Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Devmcs.h178 struct hv_vp_assist_page *vp_ap = in evmcs_load() local
182 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()
183 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()
184 vp_ap->enlighten_vmentry = 1; in evmcs_load()
Dvmx.c7926 struct hv_vp_assist_page *vp_ap; in vmx_exit() local
7933 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()
7935 if (!vp_ap) in vmx_exit()
7938 vp_ap->nested_control.features.directhypercall = 0; in vmx_exit()
7939 vp_ap->current_nested_vmcs = 0; in vmx_exit()
7940 vp_ap->enlighten_vmentry = 0; in vmx_exit()