Searched refs:pte_mknocache (Results 1 – 4 of 4) sorted by relevance
168 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache() function
184 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
298 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
59 *ptep = pte_mknocache(*ptep); in nocache_page()