Searched refs:nested_vmx_vmexit (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv.c228 nested_vmx_vmexit(vcpu, HV_VMX_SYNTHETIC_EXIT_REASON_TRAP_AFTER_FLUSH, 0, 0);
H A Dnested.h29 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason,
H A Dnested.c436 nested_vmx_vmexit(vcpu, vm_exit_reason, 0, exit_qualification);
3548 * we are successful, so that only nested_vmx_vmexit needs to cancel
3561 * the success flag) when L2 exits (see nested_vmx_vmexit()).
3948 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual);
4124 nested_vmx_vmexit(vcpu, EXIT_REASON_INIT_SIGNAL, 0, 0);
4138 nested_vmx_vmexit(vcpu, EXIT_REASON_SIPI_SIGNAL, 0,
4175 nested_vmx_vmexit(vcpu, EXIT_REASON_MONITOR_TRAP_FLAG, 0, 0);
4196 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0);
4212 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI,
4229 nested_vmx_vmexit(vcp
4767 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason, function
[all...]
H A Dvmx.c6485 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0);
8194 nested_vmx_vmexit(vcpu, -1, 0, 0);

Completed in 132 milliseconds