Searched refs:PT_NOCACHE (Results 1 – 7 of 7) sorted by relevance
114 #define PT_NOCACHE (0x010) /* page is not cacheable (non-PAT) */ macro
53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
71 return (PT_NOCACHE | PT_WRITETHRU); in rvi_attr_to_pat()
42 #define PT_NOCACHE 0x10 macro104 *ptep |= PT_WRITETHRU | PT_NOCACHE; in populate_identity_table()
593 pteval |= PT_NOCACHE; /* for video RAM */ in map_ma_at_va()2178 pte_bits |= PT_NOCACHE; in build_page_tables()2186 pte_bits &= ~PT_NOCACHE; in build_page_tables()
460 if (PTE_GET(pte, PT_NOCACHE)) in do_pte_dcmd()
1605 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()1610 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()1797 PT_NOCACHE | PT_PAT_4K | PT_PAT_LARGE | PT_IGNORE | PT_REF | PT_MOD)