Searched refs:vp_ap (Results 1 – 3 of 3) sorted by relevance
46 struct hv_vp_assist_page *vp_ap = in svm_hv_hardware_setup() local49 if (!vp_ap) in svm_hv_hardware_setup()52 vp_ap->nested_control.features.directhypercall = 1; in svm_hv_hardware_setup()
203 struct hv_vp_assist_page *vp_ap = in evmcs_load() local207 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()208 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()209 vp_ap->enlighten_vmentry = 1; in evmcs_load()
8438 struct hv_vp_assist_page *vp_ap; in vmx_exit() local8445 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()8447 if (!vp_ap) in vmx_exit()8450 vp_ap->nested_control.features.directhypercall = 0; in vmx_exit()8451 vp_ap->current_nested_vmcs = 0; in vmx_exit()8452 vp_ap->enlighten_vmentry = 0; in vmx_exit()