Home
last modified time | relevance | path

Searched refs:map_deny_write_exec (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmman.h201 static inline bool map_deny_write_exec(unsigned long old, unsigned long new) in map_deny_write_exec() function
/linux/tools/testing/vma/
H A Dvma_internal.h1355 static inline bool map_deny_write_exec(unsigned long old, unsigned long new) in map_deny_write_exec() function
/linux/mm/
H A Dmprotect.c965 if (map_deny_write_exec(vma->vm_flags, newflags)) { in do_mprotect_pkey()
H A Dvma.c2723 if (map_deny_write_exec(vm_flags, vm_flags)) in mmap_region()