Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap.h291 #define INTEL_PTE_COMPRESSED (1ULL << 62) /* marker, for invalid PTE only -- ignored by hardware… macro
302 #define INTEL_PTE_COMPRESSED_MASK (INTEL_PTE_COMPRESSED | \
306 ((x) & INTEL_PTE_COMPRESSED) && /* ...has "compressed" marker" */ \
416 #define PTE_COMPRESSED INTEL_PTE_COMPRESSED