Home
last modified time | relevance | path

Searched refs:PG_NC_PCD (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/i386/include/
HDpmap.h56 #define PG_NC_PCD 0x010 /* PCD Cache disable */ macro
82 #define PG_N (PG_NC_PWT|PG_NC_PCD) /* Non-cacheable */
85 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)
86 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)
93 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/NextBSD/sys/amd64/include/
HDpmap.h93 #define PG_NC_PCD X86_PG_NC_PCD macro
/NextBSD/sys/amd64/amd64/
HDmachdep.c1374 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD; in getmemsize()
HDpmap.c1216 cache_bits |= PG_NC_PCD; in pmap_cache_bits()
/NextBSD/sys/i386/i386/
HDpmap.c908 cache_bits |= PG_NC_PCD; in pmap_cache_bits()