Searched refs:vp_ap (Results 1 – 3 of 3) sorted by relevance
175 struct hv_vp_assist_page *vp_ap = in evmcs_load() local179 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()180 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()181 vp_ap->enlighten_vmentry = 1; in evmcs_load()
7934 struct hv_vp_assist_page *vp_ap; in vmx_exit() local7941 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()7943 if (!vp_ap) in vmx_exit()7946 vp_ap->nested_control.features.directhypercall = 0; in vmx_exit()7947 vp_ap->current_nested_vmcs = 0; in vmx_exit()7948 vp_ap->enlighten_vmentry = 0; in vmx_exit()
66 struct hv_vp_assist_page *vp_ap = in svm_hv_hardware_setup() local69 if (!vp_ap) in svm_hv_hardware_setup()72 vp_ap->nested_control.features.directhypercall = 1; in svm_hv_hardware_setup()
Completed in 19 milliseconds