Searched refs:SVM_EXIT_ERR (Results 1 – 3 of 3) sorted by relevance
82 #define SVM_EXIT_ERR -1 macro176 { SVM_EXIT_ERR, "invalid_guest_state" }
3211 case SVM_EXIT_ERR: { in nested_svm_intercept()3553 nested_vmcb->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()3685 svm->vmcb->control.exit_code = SVM_EXIT_ERR; in vmrun_interception()4939 if (svm->vmcb->control.exit_code == SVM_EXIT_ERR) { in handle_exit()