Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dmcf_pgtable.h310 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
369 *ptep = pte_mknocache(*ptep); in nocache_page()
Dmotorola_pgtable.h178 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
247 *ptep = pte_mknocache(*ptep); in nocache_page()
Dsun3_pgtable.h177 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache() function