Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dhyperv.h155 struct hv_vp_assist_page *vp_ap = in evmcs_load() local
159 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()
160 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()
161 vp_ap->enlighten_vmentry = 1; in evmcs_load()
Dvmx.c587 struct hv_vp_assist_page *vp_ap; in hv_reset_evmcs() local
597 vp_ap = hv_get_vp_assist_page(smp_processor_id()); in hv_reset_evmcs()
598 if (WARN_ON_ONCE(!vp_ap)) in hv_reset_evmcs()
605 vp_ap->nested_control.features.directhypercall = 0; in hv_reset_evmcs()
606 vp_ap->current_nested_vmcs = 0; in hv_reset_evmcs()
607 vp_ap->enlighten_vmentry = 0; in hv_reset_evmcs()
/Linux-v6.6/arch/x86/kvm/svm/
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()