Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h150 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache() function
H A Dmcf_pgtable.h243 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
H A Dmotorola_pgtable.h162 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
/linux/arch/m68k/mm/
H A Dmotorola.c58 *ptep = pte_mknocache(*ptep); in nocache_page()