Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c1601 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12() local
1604 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()
1605 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12()
1609 vmcs12->guest_rsp = evmcs->guest_rsp; in copy_enlightened_to_vmcs12()
1610 vmcs12->guest_rflags = evmcs->guest_rflags; in copy_enlightened_to_vmcs12()
1612 evmcs->guest_interruptibility_info; in copy_enlightened_to_vmcs12()
1618 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()
1623 vmcs12->exception_bitmap = evmcs->exception_bitmap; in copy_enlightened_to_vmcs12()
1628 vmcs12->vm_entry_controls = evmcs->vm_entry_controls; in copy_enlightened_to_vmcs12()
1634 evmcs->vm_entry_intr_info_field; in copy_enlightened_to_vmcs12()
[all …]
Dvmx.c463 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush() local
476 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()
478 evmcs->partition_assist_page = in hv_enable_direct_tlbflush()
480 evmcs->hv_vm_id = (unsigned long)vcpu->kvm; in hv_enable_direct_tlbflush()
481 evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in hv_enable_direct_tlbflush()
2662 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs() local
2665 evmcs->hv_enlightenments_control.msr_bitmap = 1; in alloc_loaded_vmcs()
/Linux-v5.15/arch/x86/kvm/
DMakefile30 vmx/evmcs.o vmx/nested.o vmx/posted_intr.o