Searched refs:nested_vmx_vmexit (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | nested.h | 29 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason,95 	nested_vmx_vmexit(vcpu, exit_reason, exit_intr_info,  in nested_vmx_reflect_vmexit()
 
 | 
| D | nested.c | 342 	nested_vmx_vmexit(vcpu, exit_reason, 0, exit_qualification);  in nested_ept_inject_page_fault()431 		nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI,  in vmx_inject_page_fault_nested()
 3449 	nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual);  in nested_vmx_inject_exception_vmexit()
 3464 		nested_vmx_vmexit(vcpu, EXIT_REASON_INIT_SIGNAL, 0, 0);  in vmx_check_nested_events()
 3480 		nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0);  in vmx_check_nested_events()
 3487 		nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI,  in vmx_check_nested_events()
 3503 		nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, 0, 0);  in vmx_check_nested_events()
 4063 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason,  in nested_vmx_vmexit()  function
 5117 	nested_vmx_vmexit(vcpu, vmx->exit_reason,  in handle_vmfunc()
 5607 		nested_vmx_vmexit(vcpu, -1, 0, 0);  in vmx_leave_nested()
 
 | 
| D | vmx.c | 7533 		nested_vmx_vmexit(vcpu, -1, 0, 0);  in vmx_pre_enter_smm()
 |