Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Devmcs.h179 struct hv_vp_assist_page *vp_ap = in evmcs_load() local
183 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()
184 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()
185 vp_ap->enlighten_vmentry = 1; in evmcs_load()
Dvmx.c7924 struct hv_vp_assist_page *vp_ap; in vmx_exit() local
7931 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()
7933 if (!vp_ap) in vmx_exit()
7936 vp_ap->nested_control.features.directhypercall = 0; in vmx_exit()
7937 vp_ap->current_nested_vmcs = 0; in vmx_exit()
7938 vp_ap->enlighten_vmentry = 0; in vmx_exit()