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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgtable.h40 * processors >= '040. It is used in pte_mkcache(), and the variable is
184 static inline pte_t pte_mkcache(pte_t pte) function
266 *ptep = pte_mkcache(*ptep);
H A Dsun3_pgtable.h182 //static inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &= SUN3_PAGE_NOCACHE; return pte; }
184 static inline pte_t pte_mkcache(pte_t pte) { return pte; } function

Completed in 87 milliseconds