Lines Matching refs:vmexit
1027 * being set by the CPU hardware before the NPF vmexit.
1473 * This is just a dummy VINTR to actually cause a vmexit to happen.
2425 * and reenter on this instruction. The next vmexit will
3093 int vmexit;
3097 vmexit = nested_svm_exit_special(svm);
3099 if (vmexit == NESTED_EXIT_CONTINUE)
3100 vmexit = nested_svm_exit_handled(svm);
3102 if (vmexit == NESTED_EXIT_DONE)
3572 * vmexit and interrupts are disabled here, so smp_send_reschedule
3573 * is enough to force an immediate vmexit.
3614 * (Saving guest MSRs on vmexit) doesn't even exist in KVM.
3873 int vmexit, ret = X86EMUL_CONTINUE;
3978 vmexit = nested_svm_exit_handled(svm);
3980 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED
4093 /* We must be in SMM; RSM will cause a vmexit anyway. */