Home
last modified time | relevance | path

Searched defs:nx_enabled (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/x86_64/
H A Dpmap.c175 int nx_enabled = 1; /* enable no-execute protection -- set during boot */ variable
177 const int nx_enabled = 1; variable
/xnu-8020.140.41/osfmk/i386/
H A Dpmap.h604 int nx_enabled; member
/xnu-8020.140.41/osfmk/arm/
H A Dpmap.h486 bool nx_enabled; member
H A Dpmap.c456 int nx_enabled = 1; /* enable no-execute protection */ variable
463 const int nx_enabled = 1; /* enable no-execute protection */ variable