Searched refs:PG_NC_PCD (Results 1 – 5 of 5) sorted by relevance
58 #define PG_NC_PCD 0x010 /* PCD Cache disable */ macro76 #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)
100 #define PG_NC_PCD X86_PG_NC_PCD macro
1387 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD; in getmemsize()
2552 cache_bits |= PG_NC_PCD; in pmap_cache_bits()2602 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()
1124 cache_bits |= PG_NC_PCD; in __CONCAT()1144 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()