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

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h398 static inline bool hpte_cache_flags_ok(unsigned long hptel, bool is_ci) argument
407 if (!is_ci)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c195 bool is_ci; local
230 is_ci = false;
271 is_ci = pte_ci(pte);
290 if (ptep && !hpte_cache_flags_ok(ptel, is_ci)) {
291 if (is_ci)
H A Dbook3s_64_mmu_hv.c521 bool is_ci; local
651 is_ci = pte_ci(pte);
659 if (!hpte_cache_flags_ok(r, is_ci)) {
660 if (is_ci)

Completed in 135 milliseconds