Searched refs:nested_vmx_vmexit (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | hyperv.c | 229 nested_vmx_vmexit(vcpu, HV_VMX_SYNTHETIC_EXIT_REASON_TRAP_AFTER_FLUSH, 0, 0); in vmx_hv_inject_synthetic_vmexit_post_tlb_flush()
|
D | nested.c | 459 nested_vmx_vmexit(vcpu, vm_exit_reason, 0, exit_qualification); in nested_ept_inject_page_fault() 4006 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual); in nested_vmx_inject_exception_vmexit() 4230 nested_vmx_vmexit(vcpu, EXIT_REASON_INIT_SIGNAL, 0, 0); in vmx_check_nested_events() 4244 nested_vmx_vmexit(vcpu, EXIT_REASON_SIPI_SIGNAL, 0, in vmx_check_nested_events() 4281 nested_vmx_vmexit(vcpu, EXIT_REASON_MONITOR_TRAP_FLAG, 0, 0); in vmx_check_nested_events() 4302 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0); in vmx_check_nested_events() 4318 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events() 4344 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, 0, 0); in vmx_check_nested_events() 4353 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, in vmx_check_nested_events() 4387 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, in vmx_check_nested_events() [all …]
|
D | nested.h | 29 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason,
|
D | vmx.c | 6539 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0); in __vmx_handle_exit() 8226 nested_vmx_vmexit(vcpu, -1, 0, 0); in vmx_enter_smm()
|