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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h344 #define INTEL_PTE_NCACHE 0x00000010 macro
H A Dpmap.c919 template |= INTEL_PTE_NCACHE;
2672 template |= INTEL_PTE_NCACHE;
2933 template |= INTEL_PTE_NCACHE;
4007 return ((*ptep & (INTEL_PTE_NCACHE | INTEL_PTE_WIRED)) != (INTEL_PTE_NCACHE | INTEL_PTE_WIRED));

Completed in 36 milliseconds