Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap_common.c73 if (cacheattr & INTEL_PTE_PAT) { in pmap_cache_attributes()
166 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.c854 template |= INTEL_PTE_PAT; in pmap_enter_options()
1210 template |= INTEL_PTE_PAT; in pmap_enter_options()
2386 template |= INTEL_PTE_PAT; in pmap_map_bd()
H A Dpmap.h276 #define INTEL_PTE_PAT 0x00000080ULL macro
/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c3413 if (*ptep & (INTEL_PTE_PAT)) { in pmap_verify_noncacheable()