Searched refs:vcpu_has_cache_enabled (Results 1 – 5 of 5) sorted by relevance
180 static inline bool vcpu_has_cache_enabled(struct kvm_vcpu *vcpu) in vcpu_has_cache_enabled() function207 bool need_flush = !vcpu_has_cache_enabled(vcpu) || ipa_uncached; in __coherent_cache_guest_page()
228 static inline bool vcpu_has_cache_enabled(struct kvm_vcpu *vcpu)239 if (!vcpu_has_cache_enabled(vcpu) || ipa_uncached)
1909 vcpu_has_cache_enabled(vcpu)); in kvm_set_way_flush()1917 bool now_enabled = vcpu_has_cache_enabled(vcpu); in kvm_toggle_cache()
217 bool was_enabled = vcpu_has_cache_enabled(vcpu); in access_vm_reg()
99 bool was_enabled = vcpu_has_cache_enabled(vcpu); in access_vm_reg()