Searched refs:PG_NC_PWT (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h57 #define PG_NC_PWT 0x008 /* PWT Write through */ macro
85 #define PG_N (PG_NC_PWT|PG_NC_PCD) /* Non-cacheable */
88 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)
89 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)
96 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h99 #define PG_NC_PWT X86_PG_NC_PWT macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c1406 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD;
H A Dpmap.c2124 cache_bits |= PG_NC_PWT;
2174 if ((pte & PG_NC_PWT) != 0)
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c1113 cache_bits |= PG_NC_PWT;

Completed in 200 milliseconds