Searched refs:INTEL_PTE_PAT (Results 1 – 5 of 5) sorted by relevance
73 if (cacheattr & INTEL_PTE_PAT) { in pmap_cache_attributes()166 template |= INTEL_PTE_PAT; in pmap_get_cache_attributes()
446 #define PHYS_PAT INTEL_PTE_PAT447 #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()
854 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()
276 #define INTEL_PTE_PAT 0x00000080ULL macro
3413 if (*ptep & (INTEL_PTE_PAT)) { in pmap_verify_noncacheable()