Lines Matching refs:vmexit
502 * Load guest's/host's cr3 on nested vmentry or vmexit. @nested_npt is true
775 * moved at the time of nested vmrun and vmexit.
1086 * On vmexit the GIF is set to false and
1302 int vmexit = NESTED_EXIT_HOST;
1306 vmexit = nested_svm_exit_handled_msr(svm);
1309 vmexit = nested_svm_intercept_ioio(svm);
1313 vmexit = NESTED_EXIT_DONE;
1318 vmexit = NESTED_EXIT_DONE;
1325 * the vmexit is injected by svm_check_nested_events.
1327 vmexit = NESTED_EXIT_DONE;
1331 vmexit = NESTED_EXIT_DONE;
1336 vmexit = NESTED_EXIT_DONE;
1340 return vmexit;
1345 int vmexit;
1347 vmexit = nested_svm_intercept(svm);
1349 if (vmexit == NESTED_EXIT_DONE)
1352 return vmexit;