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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable.c150 static inline int pte_looks_normal(pte_t pte) function
181 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) ||
215 if (!(pte_val(pte) & _PAGE_EXEC) || !pte_looks_normal(pte))

Completed in 115 milliseconds