Searched refs:vp_ap (Results 1 – 3 of 3) sorted by relevance
104 struct hv_vp_assist_page *vp_ap = in evmcs_load() local112 if (KVM_BUG_ON(!vp_ap, kvm_get_running_vcpu()->kvm)) in evmcs_load()116 vp_ap->nested_control.features.directhypercall = 1; in evmcs_load()117 vp_ap->current_nested_vmcs = phys_addr; in evmcs_load()118 vp_ap->enlighten_vmentry = 1; in evmcs_load()
682 struct hv_vp_assist_page *vp_ap; in hv_reset_evmcs() local692 vp_ap = hv_get_vp_assist_page(smp_processor_id()); in hv_reset_evmcs()693 if (WARN_ON_ONCE(!vp_ap)) in hv_reset_evmcs()700 vp_ap->nested_control.features.directhypercall = 0; in hv_reset_evmcs()701 vp_ap->current_nested_vmcs = 0; in hv_reset_evmcs()702 vp_ap->enlighten_vmentry = 0; in hv_reset_evmcs()
52 struct hv_vp_assist_page *vp_ap = in svm_hv_hardware_setup() local55 if (!vp_ap) in svm_hv_hardware_setup()58 vp_ap->nested_control.features.directhypercall = 1; in svm_hv_hardware_setup()