Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dmotorola_pgtable.h193 static inline pte_t pte_mknocache(pte_t pte) in pte_mknocache() function
256 *ptep = pte_mknocache(*ptep); in nocache_page()
Dsun3_pgtable.h179 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache() function