Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_common.c73 if (cacheattr & INTEL_PTE_PAT) { in pmap_cache_attributes()
147 template |= INTEL_PTE_PAT; in pmap_get_cache_attributes()
H A Dpmap_internal.h446 #define PHYS_PAT INTEL_PTE_PAT
447 #define PHYS_CACHEABILITY_MASK (INTEL_PTE_PAT | INTEL_PTE_NCACHE)
811 …if (!is_ept && ((cpte & (INTEL_PTE_NCACHE | INTEL_PTE_WTHRU | INTEL_PTE_PAT)) == (INTEL_PTE_NCACHE… in pmap_classify_pagetable_corruption()
H A Dpmap_x86_common.c836 template |= INTEL_PTE_PAT; in pmap_enter_options()
1192 template |= INTEL_PTE_PAT; in pmap_enter_options()
2368 template |= INTEL_PTE_PAT; in pmap_map_bd()
H A Dpmap.h276 #define INTEL_PTE_PAT 0x00000080ULL macro
/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap.c3382 if (*ptep & (INTEL_PTE_PAT)) { in pmap_verify_noncacheable()