Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dpmap.c5639 int cache_bits_pte, cache_bits_pde; in __CONCAT() local
5652 cache_bits_pde = pmap_cache_bits(kernel_pmap, mode, 1); in __CONCAT()
5674 if ((*pde & PG_PDE_CACHE) == cache_bits_pde) { in __CONCAT()
5711 if ((*pde & PG_PDE_CACHE) != cache_bits_pde) { in __CONCAT()
5712 pmap_pde_attr(pde, cache_bits_pde); in __CONCAT()