Searched refs:evmcs (Results 1 – 4 of 4) sorted by relevance
646 if (evmcs && evmcs->hv_enlightenments_control.msr_bitmap && in nested_vmx_prepare_msr_bitmap()1703 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()1719 evmcs->vm_entry_intr_info_field; in copy_enlightened_to_vmcs12()1723 evmcs->vm_entry_instruction_len; in copy_enlightened_to_vmcs12()1730 vmcs12->host_cr0 = evmcs->host_cr0; in copy_enlightened_to_vmcs12()1731 vmcs12->host_cr3 = evmcs->host_cr3; in copy_enlightened_to_vmcs12()1732 vmcs12->host_cr4 = evmcs->host_cr4; in copy_enlightened_to_vmcs12()1735 vmcs12->host_rip = evmcs->host_rip; in copy_enlightened_to_vmcs12()1756 evmcs->pin_based_vm_exec_control; in copy_enlightened_to_vmcs12()1759 evmcs->secondary_vm_exec_control; in copy_enlightened_to_vmcs12()[all …]
216 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in nested_evmcs_l2_tlb_flush_enabled() local218 if (!hv_vcpu || !evmcs) in nested_evmcs_l2_tlb_flush_enabled()221 if (!evmcs->hv_enlightenments_control.nested_flush_hypercall) in nested_evmcs_l2_tlb_flush_enabled()
154 static inline u64 evmcs_read_any(struct hv_enlightened_vmcs *evmcs, in evmcs_read_any() argument163 return vmcs12_read_any((void *)evmcs, field, offset); in evmcs_read_any()
518 struct hv_enlightened_vmcs *evmcs; in hv_enable_l2_tlb_flush() local524 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_l2_tlb_flush()526 evmcs->partition_assist_page = partition_assist_page; in hv_enable_l2_tlb_flush()527 evmcs->hv_vm_id = (unsigned long)vcpu->kvm; in hv_enable_l2_tlb_flush()528 evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in hv_enable_l2_tlb_flush()3960 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_msr_bitmap_l01_changed() local3962 if (evmcs->hv_enlightenments_control.msr_bitmap) in vmx_msr_bitmap_l01_changed()3963 evmcs->hv_clean_fields &= in vmx_msr_bitmap_l01_changed()7472 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_vcpu_create() local7474 evmcs->hv_enlightenments_control.msr_bitmap = 1; in vmx_vcpu_create()
Completed in 32 milliseconds