Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/i386/
H A Dpmap.c5707 int cache_bits_pte, cache_bits_pde; in pmap_change_attr() local
5720 cache_bits_pde = pmap_cache_bits(kernel_pmap, mode, 1); in pmap_change_attr()
5742 if ((*pde & PG_PDE_CACHE) == cache_bits_pde) { in pmap_change_attr()
5779 if ((*pde & PG_PDE_CACHE) != cache_bits_pde) { in pmap_change_attr()
5780 pmap_pde_attr(pde, cache_bits_pde); in pmap_change_attr()
/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c8053 int cache_bits_pte, cache_bits_pde, error; in pmap_change_attr_locked() local
8068 cache_bits_pde = pmap_cache_bits(kernel_pmap, mode, 1); in pmap_change_attr_locked()
8086 if ((*pdpe & X86_PG_PDE_CACHE) == cache_bits_pde) { in pmap_change_attr_locked()
8113 if ((*pde & X86_PG_PDE_CACHE) == cache_bits_pde) { in pmap_change_attr_locked()
8146 if ((*pdpe & X86_PG_PDE_CACHE) != cache_bits_pde) { in pmap_change_attr_locked()
8147 pmap_pde_attr(pdpe, cache_bits_pde, in pmap_change_attr_locked()
8176 if ((*pde & X86_PG_PDE_CACHE) != cache_bits_pde) { in pmap_change_attr_locked()
8177 pmap_pde_attr(pde, cache_bits_pde, in pmap_change_attr_locked()