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

/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c7181 int cache_bits_pte, cache_bits_pde, error;
7196 cache_bits_pde = pmap_cache_bits(kernel_pmap, mode, 1);
7214 if ((*pdpe & X86_PG_PDE_CACHE) == cache_bits_pde) {
7241 if ((*pde & X86_PG_PDE_CACHE) == cache_bits_pde) {
7274 if ((*pdpe & X86_PG_PDE_CACHE) != cache_bits_pde) {
7275 pmap_pde_attr(pdpe, cache_bits_pde,
7304 if ((*pde & X86_PG_PDE_CACHE) != cache_bits_pde) {
7305 pmap_pde_attr(pde, cache_bits_pde,
7180 int cache_bits_pte, cache_bits_pde, error; local
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c5445 int cache_bits_pte, cache_bits_pde; local
5458 cache_bits_pde = pmap_cache_bits(mode, 1);
5480 if ((*pde & PG_PDE_CACHE) == cache_bits_pde) {
5517 if ((*pde & PG_PDE_CACHE) != cache_bits_pde) {
5518 pmap_pde_attr(pde, cache_bits_pde);

Completed in 111 milliseconds