tag
line
file
source code
PROT_EXEC
37
mm/mmap.c
#define PEXEC(T,P) (((P) & PROT_EXEC) ? 4 : 0)
PROT_EXEC
132
mm/mmap.c
if (prot & PROT_EXEC) {