Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c1467 struct hv_vp_assist_page *vp_ap = in evmcs_load() local
1470 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()
1471 vp_ap->enlighten_vmentry = 1; in evmcs_load()
14269 struct hv_vp_assist_page *vp_ap; in vmx_exit() local
14276 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()
14278 if (!vp_ap) in vmx_exit()
14281 vp_ap->current_nested_vmcs = 0; in vmx_exit()
14282 vp_ap->enlighten_vmentry = 0; in vmx_exit()