Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c257 unlikely(pte_ci(pte))) in __hash_page_64K()
H A Dhash_utils.c1879 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()
2069 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h196 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci() function
/linux/arch/powerpc/mm/
H A Dpgtable.c53 if (pte_ci(pte)) in pte_looks_normal()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h415 static inline bool pte_ci(pte_t pte) in pte_ci() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h778 static inline bool pte_ci(pte_t pte) in pte_ci() function
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c271 is_ci = pte_ci(pte); in kvmppc_do_h_enter()