Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap.h58 #define PG_PTE_PAT 0x080 /* PAT PAT index */ macro
76 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)
82 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
/freebsd/sys/amd64/include/
H A Dpmap.h104 #define PG_PTE_PAT X86_PG_PTE_PAT macro
159 #undef PG_PTE_PAT
/freebsd/sys/i386/i386/
H A Dpmap.c1104 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in __CONCAT()
1130 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_pat_index()
2845 newpte ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_demote_pde()
3617 if ((newpde & PG_PTE_PAT) != 0) in pmap_promote_pde()
3618 newpde ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_promote_pde()
4881 tpte = *pte & ~PG_PTE_PAT; in __CONCAT()
6323 if ((attrs & PG_PTE_PAT) != 0) in sysctl_kmaps_check()
6324 attrs ^= PG_PDE_PAT | PG_PTE_PAT; in sysctl_kmaps_check()