Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Devmcs.h181 struct hv_vp_assist_page *vp_ap = in evmcs_load() local
185 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()
186 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()
187 vp_ap->enlighten_vmentry = 1; in evmcs_load()
H A Dvmx.c8073 struct hv_vp_assist_page *vp_ap; in vmx_exit() local
8080 vp_ap = hv_get_vp_assist_page(cpu); in vmx_exit()
8082 if (!vp_ap) in vmx_exit()
8085 vp_ap->nested_control.features.directhypercall = 0; in vmx_exit()
8086 vp_ap->current_nested_vmcs = 0; in vmx_exit()
8087 vp_ap->enlighten_vmentry = 0; in vmx_exit()