Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c757 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in nested_vmx_prepare_msr_bitmap() local
759 if (evmcs && evmcs->hv_enlightenments_control.msr_bitmap && in nested_vmx_prepare_msr_bitmap()
760 evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP) in nested_vmx_prepare_msr_bitmap()
1758 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in copy_enlightened_to_vmcs12() local
1762 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()
1763 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12()
1767 hv_vcpu->nested.pa_page_gpa = evmcs->partition_assist_page; in copy_enlightened_to_vmcs12()
1768 hv_vcpu->nested.vm_id = evmcs->hv_vm_id; in copy_enlightened_to_vmcs12()
1769 hv_vcpu->nested.vp_id = evmcs->hv_vp_id; in copy_enlightened_to_vmcs12()
1774 vmcs12->guest_rsp = evmcs->guest_rsp; in copy_enlightened_to_vmcs12()
[all …]
/linux/tools/testing/selftests/kvm/x86/
H A Devmcs_smm_controls_test.c78 struct hv_enlightened_vmcs *evmcs; in main() local
123 evmcs = hv->enlightened_vmcs_hva; in main()
124 evmcs->pin_based_vm_exec_control |= PIN_BASED_VIRTUAL_NMIS; in main()
125 evmcs->hv_clean_fields = 0; in main()