Home
last modified time | relevance | path

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

/NextBSD/sys/i386/include/
HDpmap.h65 #define PG_PDE_PAT 0x1000 /* PAT PAT index */ macro
85 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)
/NextBSD/sys/amd64/include/
HDpmap.h102 #define PG_PDE_PAT X86_PG_PDE_PAT macro
146 #undef PG_PDE_PAT
/NextBSD/sys/i386/i386/
HDpmap.c898 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_cache_bits()
2702 if ((newpte & PG_PDE_PAT) != 0) in pmap_demote_pde()
2703 newpte ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_demote_pde()
3413 newpde ^= PG_PDE_PAT | PG_PTE_PAT; in pmap_promote_pde()