Searched refs:evmcs (Results 1 – 3 of 3) sorted by relevance
1605 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12() local1608 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()1609 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12()1611 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()1613 vmcs12->guest_rsp = evmcs->guest_rsp; in copy_enlightened_to_vmcs12()1614 vmcs12->guest_rflags = evmcs->guest_rflags; in copy_enlightened_to_vmcs12()1616 evmcs->guest_interruptibility_info; in copy_enlightened_to_vmcs12()1619 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()1622 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()1625 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()[all …]
554 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush() local567 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()569 evmcs->partition_assist_page = in hv_enable_direct_tlbflush()571 evmcs->hv_vm_id = (unsigned long)vcpu->kvm; in hv_enable_direct_tlbflush()572 evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in hv_enable_direct_tlbflush()2637 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs() local2640 evmcs->hv_enlightenments_control.msr_bitmap = 1; in alloc_loaded_vmcs()
22 vmx/evmcs.o vmx/nested.o vmx/posted_intr.o