Lines Matching refs:SVM_EXIT_EXCP_BASE
2967 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception()
3151 case SVM_EXIT_EXCP_BASE + MC_VECTOR: in nested_svm_exit_special()
3158 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
3197 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 0x1f: { in nested_svm_intercept()
3198 u32 excp_bits = 1 << (exit_code - SVM_EXIT_EXCP_BASE); in nested_svm_intercept()
3200 if (exit_code == SVM_EXIT_EXCP_BASE + DB_VECTOR) in nested_svm_intercept()
3206 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
4738 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
4739 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
4740 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4741 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
4742 [SVM_EXIT_EXCP_BASE + MC_VECTOR] = mc_interception,
4743 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
4744 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
4949 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
5752 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
5765 SVM_EXIT_EXCP_BASE + MC_VECTOR)) in svm_vcpu_run()