Searched refs:PT_NOCACHE (Results 1 – 5 of 5) sorted by relevance
104 #define PT_NOCACHE (0x010) /* page is not cacheable (non-PAT) */ macro
53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
460 if (PTE_GET(pte, PT_NOCACHE)) in do_pte_dcmd()
1096 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()1101 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()1288 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)
574 pteval |= PT_NOCACHE; /* for video RAM */ in map_ma_at_va()