Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/mm/
H A Dmprotect.c807 if (map_deny_write_exec(vma->vm_flags, newflags)) { in do_mprotect_pkey()
H A Dvma.c2582 if (map_deny_write_exec(vm_flags, vm_flags)) in mmap_region()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h1209 static inline bool map_deny_write_exec(unsigned long old, unsigned long new) in map_deny_write_exec() function