Searched refs:PG_NC_PCD (Results 1 – 5 of 5) sorted by relevance
54 #define PG_NC_PCD 0x010 /* PCD Cache disable */ macro72 #define PG_N (PG_NC_PWT|PG_NC_PCD) /* Non-cacheable */75 #define PG_PDE_CACHE (PG_PDE_PAT | PG_NC_PWT | PG_NC_PCD)76 #define PG_PTE_CACHE (PG_PTE_PAT | PG_NC_PWT | PG_NC_PCD)83 PG_M | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
100 #define PG_NC_PCD X86_PG_NC_PCD macro
1019 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD; in getmemsize()
2727 cache_bits |= PG_NC_PCD; in pmap_cache_bits()2777 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()
1114 cache_bits |= PG_NC_PCD; in __CONCAT() 1134 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()