Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable.c40 static inline int pte_looks_normal(pte_t pte) in pte_looks_normal() function
79 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) || in set_pte_filter_hash()
110 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()