Lines Matching refs:vmexit
1669 * This is just a dummy VINTR to actually cause a vmexit to happen.
2769 * and reenter on this instruction. The next vmexit will
3523 int vmexit;
3527 vmexit = nested_svm_exit_special(svm);
3529 if (vmexit == NESTED_EXIT_CONTINUE)
3530 vmexit = nested_svm_exit_handled(svm);
3532 if (vmexit == NESTED_EXIT_DONE)
4149 * vmexit and interrupts are disabled here, so smp_send_reschedule
4150 * is enough to force an immediate vmexit.
4444 int vmexit, ret = X86EMUL_CONTINUE;
4549 vmexit = nested_svm_exit_handled(svm);
4551 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED
4727 /* We must be in SMM; RSM will cause a vmexit anyway. */
5308 * being set by the CPU hardware before the NPF vmexit.