Home
last modified time | relevance | path

Searched refs:cache_bits_pte (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
5653 cache_bits_pte = pmap_cache_bits(kernel_pmap, mode, 0); in __CONCAT()
5718 if ((*pte & PG_PTE_CACHE) != cache_bits_pte) { in __CONCAT()
5719 pmap_pte_attr(pte, cache_bits_pte); in __CONCAT()