Home
last modified time | relevance | path

Searched defs:allow_stack_exec (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/x86_64/
H A Dpmap.c182 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
185 const int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c512 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
520 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c464 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
472 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable