Home
last modified time | relevance | path

Searched refs:kvm_hv_assist_page_enabled (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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); variable
928 if (!hv_vcpu || !kvm_hv_assist_page_enabled(vcpu)) in kvm_hv_get_assist_page()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.h96 bool kvm_hv_assist_page_enabled(struct kvm_vcpu *vcpu);
H A Dhyperv.c849 bool kvm_hv_assist_page_enabled(struct kvm_vcpu *vcpu) in kvm_hv_assist_page_enabled() function
855 EXPORT_SYMBOL_GPL(kvm_hv_assist_page_enabled); variable
860 if (!kvm_hv_assist_page_enabled(vcpu)) in kvm_hv_get_assist_page()

Completed in 7 milliseconds