Home
last modified time | relevance | path

Searched refs:kvm_hv_assist_page_enabled (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h110 bool kvm_hv_assist_page_enabled(struct kvm_vcpu *vcpu);
233 if (!kvm_hv_assist_page_enabled(vcpu)) in kvm_hv_verify_vp_assist()
H A Dhyperv.c911 bool kvm_hv_assist_page_enabled(struct kvm_vcpu *vcpu) in kvm_hv_assist_page_enabled() function
922 EXPORT_SYMBOL_GPL(kvm_hv_assist_page_enabled);
928 if (!hv_vcpu || !kvm_hv_assist_page_enabled(vcpu)) in kvm_hv_get_assist_page()