Searched refs:INTEL_PTE_NX (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h353 #define INTEL_PTE_NX (1ULL << 63) macro
H A Dpmap.c2509 pmap_update_pte(spte, *spte, (*spte | INTEL_PTE_NX));
2511 pmap_update_pte(spte, *spte, (*spte & ~INTEL_PTE_NX));
2681 template |= INTEL_PTE_NX;
2942 template |= INTEL_PTE_NX;

Completed in 32 milliseconds