Searched refs:pte_mknocache (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.h35 * processors >= '040. It is in pte_mknocache(), and the variable is defined
184 extern inline pte_t pte_mknocache(pte_t pte) function
243 *ptep = pte_mknocache(*ptep);
H A Dsun3_pgtable.h173 extern inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmotorola_pgtable.h35 * processors >= '040. It is in pte_mknocache(), and the variable is defined
184 extern inline pte_t pte_mknocache(pte_t pte) function
243 *ptep = pte_mknocache(*ptep);
H A Dsun3_pgtable.h173 extern inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } function

Completed in 37 milliseconds