Searched refs:nested_vmx_vmexit (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.h | 28 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason,
|
H A D | nested.c | 408 nested_vmx_vmexit(vcpu, vm_exit_reason, 0, exit_qualification); in nested_ept_inject_page_fault() 3919 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual); in nested_vmx_inject_exception_vmexit() 4127 nested_vmx_vmexit(vcpu, EXIT_REASON_INIT_SIGNAL, 0, 0); in vmx_check_nested_events() 4141 nested_vmx_vmexit(vcpu, EXIT_REASON_SIPI_SIGNAL, 0, in vmx_check_nested_events() 4178 nested_vmx_vmexit(vcpu, EXIT_REASON_MONITOR_TRAP_FLAG, 0, 0); in vmx_check_nested_events() 4199 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0); in vmx_check_nested_events() 4215 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events() 4232 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, 0, 0); in vmx_check_nested_events() 4770 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason, in nested_vmx_vmexit() function 4955 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0); in nested_vmx_triple_fault() [all …]
|
H A D | hyperv.c | 536 nested_vmx_vmexit(vcpu, HV_VMX_SYNTHETIC_EXIT_REASON_TRAP_AFTER_FLUSH, 0, 0); in vmx_hv_inject_synthetic_vmexit_post_tlb_flush()
|
H A D | vmx.c | 6481 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0); in __vmx_handle_exit() 8175 nested_vmx_vmexit(vcpu, -1, 0, 0); in vmx_enter_smm()
|