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

/linux-master/tools/virtio/ringtest/
H A Dmain.h51 static inline void vmexit(void) function
H A Dmain.c39 vmexit();
50 vmexit();
/linux-master/arch/x86/kvm/svm/
H A Dnested.c504 * Load guest's/host's cr3 on nested vmentry or vmexit. @nested_npt is true
777 * moved at the time of nested vmrun and vmexit.
1088 * On vmexit the GIF is set to false and
1304 int vmexit = NESTED_EXIT_HOST; local
1308 vmexit = nested_svm_exit_handled_msr(svm);
1311 vmexit = nested_svm_intercept_ioio(svm);
1315 vmexit = NESTED_EXIT_DONE;
1320 vmexit = NESTED_EXIT_DONE;
1327 * the vmexit is injected by svm_check_nested_events.
1329 vmexit
1347 int vmexit; local
[all...]
H A Dsvm.c1653 * This is just a dummy VINTR to actually cause a vmexit to happen.
2751 * and reenter on this instruction. The next vmexit will
3503 int vmexit; local
3507 vmexit = nested_svm_exit_special(svm);
3509 if (vmexit == NESTED_EXIT_CONTINUE)
3510 vmexit = nested_svm_exit_handled(svm);
3512 if (vmexit == NESTED_EXIT_DONE)
4142 * vmexit and interrupts are disabled here, so smp_send_reschedule
4143 * is enough to force an immediate vmexit.
4437 int vmexit, re local
[all...]

Completed in 307 milliseconds