Searched refs:PG_PTE_PAT (Results 1 – 3 of 3) sorted by relevance
62 #define PG_PTE_PAT 0x080 /* PAT PAT index */ macro80 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)86 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
104 #define PG_PTE_PAT X86_PG_PTE_PAT macro159 #undef PG_PTE_PAT
1114 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in __CONCAT()1140 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_pat_index()2870 newpte ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_demote_pde()3606 if ((newpde & PG_PTE_PAT) != 0) in pmap_promote_pde()3607 newpde ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_promote_pde()4804 tpte = *pte & ~PG_PTE_PAT; in __CONCAT()6248 if ((attrs & PG_PTE_PAT) != 0) in sysctl_kmaps_check()6249 attrs ^= PG_PDE_PAT | PG_PTE_PAT; in sysctl_kmaps_check()