Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c1619 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12() local
1622 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()
1623 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12()
1625 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()
1627 vmcs12->guest_rsp = evmcs->guest_rsp; in copy_enlightened_to_vmcs12()
1628 vmcs12->guest_rflags = evmcs->guest_rflags; in copy_enlightened_to_vmcs12()
1630 evmcs->guest_interruptibility_info; in copy_enlightened_to_vmcs12()
1633 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()
1636 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()
1639 if (unlikely(!(evmcs->hv_clean_fields & in copy_enlightened_to_vmcs12()
[all …]
H A Dvmx.c614 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush() local
627 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()
629 evmcs->partition_assist_page = in hv_enable_direct_tlbflush()
631 evmcs->hv_vm_id = (unsigned long)vcpu->kvm; in hv_enable_direct_tlbflush()
632 evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in hv_enable_direct_tlbflush()
2730 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs() local
2733 evmcs->hv_enlightenments_control.msr_bitmap = 1; in alloc_loaded_vmcs()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A DMakefile22 vmx/evmcs.o vmx/nested.o vmx/posted_intr.o