Searched refs:pte_mkcache (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmotorola_pgtable.h40 * processors >= '040. It is used in pte_mkcache(), and the variable is
189 extern inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) = (pte_val(pte) & _CACHEMASK040) | m68k_supervisor_cachemode; return pte; } function
257 *ptep = pte_mkcache(*ptep);
H A Dsun3_pgtable.h175 //extern inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &= SUN3_PAGE_NOCACHE; return pte; }
177 extern inline pte_t pte_mkcache(pte_t pte) { return pte; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmotorola_pgtable.h40 * processors >= '040. It is used in pte_mkcache(), and the variable is
189 extern inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) = (pte_val(pte) & _CACHEMASK040) | m68k_supervisor_cachemode; return pte; } function
257 *ptep = pte_mkcache(*ptep);
H A Dsun3_pgtable.h175 //extern inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &= SUN3_PAGE_NOCACHE; return pte; }
177 extern inline pte_t pte_mkcache(pte_t pte) { return pte; } function

Completed in 45 milliseconds