Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpmap.h58 #define PG_NC_PCD 0x010 /* PCD Cache disable */ macro
76 #define PG_N (PG_NC_PWT|PG_NC_PCD) /* Non-cacheable */
79 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)
80 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)
87 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/f-stack/freebsd/amd64/include/
H A Dpmap.h100 #define PG_NC_PCD X86_PG_NC_PCD macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1387 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD; in getmemsize()
H A Dpmap.c2552 cache_bits |= PG_NC_PCD; in pmap_cache_bits()
2602 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()
/f-stack/freebsd/i386/i386/
H A Dpmap.c1124 cache_bits |= PG_NC_PCD; in __CONCAT()
1144 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()