Searched refs:pte_ci (Results 1 – 7 of 7) sorted by relevance
257 unlikely(pte_ci(pte))) in __hash_page_64K()
1879 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()
196 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci() function
53 if (pte_ci(pte)) in pte_looks_normal()
415 static inline bool pte_ci(pte_t pte) in pte_ci() function
778 static inline bool pte_ci(pte_t pte) in pte_ci() function
271 is_ci = pte_ci(pte); in kvmppc_do_h_enter()