Searched refs:SVM_EXIT_ERR (Results 1 – 5 of 5) sorted by relevance
95 #define SVM_EXIT_ERR -1 macro190 { SVM_EXIT_ERR, "invalid_guest_state" }
108 #define SVM_EXIT_ERR - 1 macro109 … SVM_EXIT_AVIC_UNACCELERATED_ACCESS, "avic_unaccelerated_access" }, { SVM_EXIT_ERR, "invalid_guest…
526 vmcb12->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()585 svm->vmcb->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()668 if (vmcb12->control.exit_code != SVM_EXIT_ERR) in nested_svm_vmexit()884 case SVM_EXIT_ERR: { in nested_svm_intercept()
3108 if (svm->vmcb->control.exit_code == SVM_EXIT_ERR) { in handle_exit()