Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dkvm_book3s_64.h406 static inline bool hpte_cache_flags_ok(unsigned long hptel, bool is_ci) in hpte_cache_flags_ok() argument
415 if (!is_ci) in hpte_cache_flags_ok()
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c201 bool is_ci; in kvmppc_do_h_enter() local
227 is_ci = false; in kvmppc_do_h_enter()
268 is_ci = pte_ci(pte); in kvmppc_do_h_enter()
287 if (ptep && !hpte_cache_flags_ok(ptel, is_ci)) { in kvmppc_do_h_enter()
288 if (is_ci) in kvmppc_do_h_enter()
Dbook3s_64_mmu_hv.c498 bool is_ci; in kvmppc_book3s_hv_page_fault() local
628 is_ci = pte_ci(pte); in kvmppc_book3s_hv_page_fault()
636 if (!hpte_cache_flags_ok(r, is_ci)) { in kvmppc_book3s_hv_page_fault()
637 if (is_ci) in kvmppc_book3s_hv_page_fault()