Searched refs:SUN3_PAGE_NOCACHE (Results 1 – 3 of 3) sorted by relevance
33 #define SUN3_PAGE_NOCACHE (0x10000000) macro47 | SUN3_PAGE_NOCACHE)51 | SUN3_PAGE_NOCACHE)54 | SUN3_PAGE_NOCACHE)57 | SUN3_PAGE_NOCACHE)61 | SUN3_PAGE_NOCACHE \67 | SUN3_PAGE_NOCACHE)150 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache()
167 #ifdef SUN3_PAGE_NOCACHE168 # define __SUN3_PAGE_NOCACHE SUN3_PAGE_NOCACHE
81 if (val & SUN3_PAGE_NOCACHE) pr_cont(" nocache"); in print_pte()99 flags[3] = (val & SUN3_PAGE_NOCACHE) ? 'x' : '-'; in print_pte()