Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h57 struct hv_vp_assist_page *vp_ap = in svm_hv_hardware_setup() local
60 if (!vp_ap) in svm_hv_hardware_setup()
63 vp_ap->nested_control.features.directhypercall = 1; in svm_hv_hardware_setup()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c591 struct hv_vp_assist_page *vp_ap; in hv_reset_evmcs() local
601 vp_ap = hv_get_vp_assist_page(smp_processor_id()); in hv_reset_evmcs()
602 if (WARN_ON_ONCE(!vp_ap)) in hv_reset_evmcs()
609 vp_ap->nested_control.features.directhypercall = 0; in hv_reset_evmcs()
610 vp_ap->current_nested_vmcs = 0; in hv_reset_evmcs()
611 vp_ap->enlighten_vmentry = 0; in hv_reset_evmcs()