Home
last modified time | relevance | path

Searched refs:pte_mknocache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/m68k/include/asm/
Dmcf_pgtable.h311 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
370 *ptep = pte_mknocache(*ptep); in nocache_page()
Dmotorola_pgtable.h179 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
248 *ptep = pte_mknocache(*ptep); in nocache_page()
Dsun3_pgtable.h178 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache() function