Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c257 unlikely(pte_ci(pte))) in __hash_page_64K()
/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/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.h797 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()