Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap.h63 #define PG_PDE_PAT 0x1000 /* PAT PAT index */ macro
75 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)
/freebsd/sys/amd64/include/
H A Dpmap.h109 #define PG_PDE_PAT X86_PG_PDE_PAT macro
157 #undef PG_PDE_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()
2844 if ((newpte & PG_PDE_PAT) != 0) in pmap_demote_pde()
2845 newpte ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_demote_pde()
3618 newpde ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_promote_pde()
6285 if ((diff & ~PG_PDE_PAT) == 0 && in sysctl_kmaps_match()
6324 attrs ^= PG_PDE_PAT | PG_PTE_PAT; in sysctl_kmaps_check()