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

/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h111 #define PG_PDE_CACHE X86_PG_PDE_CACHE macro
158 #undef PG_PDE_CACHE macro
/freebsd-12-stable/sys/i386/include/
H A Dpmap.h88 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD) macro
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c5481 npde = opde & ~PG_PDE_CACHE;
5742 if ((*pde & PG_PDE_CACHE) == cache_bits_pde) {
5779 if ((*pde & PG_PDE_CACHE) != cache_bits_pde) {

Completed in 175 milliseconds