Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpmap.h62 #define PG_PTE_PAT 0x080 /* PAT PAT index */ macro
80 #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 | \
/f-stack/freebsd/amd64/include/
H A Dpmap.h104 #define PG_PTE_PAT X86_PG_PTE_PAT macro
159 #undef PG_PTE_PAT
/f-stack/freebsd/i386/i386/
H A Dpmap.c1114 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()