Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpmap.h111 #define PG_PDE_CACHE X86_PG_PDE_CACHE macro
158 #undef PG_PDE_CACHE
/f-stack/freebsd/i386/include/
H A Dpmap.h79 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD) macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c5433 npde = opde & ~PG_PDE_CACHE; in pmap_pde_attr()
5674 if ((*pde & PG_PDE_CACHE) == cache_bits_pde) { in __CONCAT()
5711 if ((*pde & PG_PDE_CACHE) != cache_bits_pde) { in __CONCAT()
6206 mask = pg_nx | PG_G | PG_RW | PG_U | PG_PDE_CACHE; in sysctl_kmaps_match()
6241 attrs |= pde & (PG_G | PG_PDE_CACHE); in sysctl_kmaps_check()