Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap.h54 #define PG_NC_PCD 0x010 /* PCD Cache disable */ macro
72 #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)
/freebsd/sys/amd64/include/
H A Dpmap.h100 #define PG_NC_PCD X86_PG_NC_PCD macro
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1019 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD; in getmemsize()
H A Dpmap.c2727 cache_bits |= PG_NC_PCD; in pmap_cache_bits()
2777 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()
/freebsd/sys/i386/i386/
H A Dpmap.c1114 cache_bits |= PG_NC_PCD; in __CONCAT()
1134 if ((pte & PG_NC_PCD) != 0) in pmap_pat_index()