Home
last modified time | relevance | path

Searched refs:allow_stack_exec (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/vm/
H A Dvm_unix.c475 extern int allow_stack_exec, allow_data_exec;
477 SYSCTL_INT(_vm, OID_AUTO, allow_stack_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_stack_exec, 0, "");
/xnu-12377.1.9/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-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c546 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
554 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c469 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
477 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
/xnu-12377.1.9/osfmk/vm/
H A Dvm_map.c893 extern int allow_data_exec, allow_stack_exec;
920 return allow_stack_exec & current_abi; in override_nx()