Searched refs:pte_ci (Results 1 – 8 of 8) sorted by relevance
53 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci() function
45 if (pte_ci(pte)) in pte_looks_normal()
252 unlikely(pte_ci(pte))) in __hash_page_64K()
1379 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()1564 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()
405 static inline bool pte_ci(pte_t pte) in pte_ci() function
853 static inline bool pte_ci(pte_t pte) in pte_ci() function
284 is_ci = pte_ci(pte); in kvmppc_do_h_enter()
602 is_ci = pte_ci(__pte((pgprot_val(vma->vm_page_prot)))); in kvmppc_book3s_hv_page_fault()