Lines Matching refs:SVM_EXIT_EXCP_BASE
2045 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception()
2194 case SVM_EXIT_EXCP_BASE + MC_VECTOR: in nested_svm_exit_special()
2201 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
2206 case SVM_EXIT_EXCP_BASE + NM_VECTOR: in nested_svm_exit_special()
2243 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 0x1f: { in nested_svm_intercept()
2244 u32 excp_bits = 1 << (exit_code - SVM_EXIT_EXCP_BASE); in nested_svm_intercept()
2248 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
3358 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
3359 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
3360 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
3361 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
3362 [SVM_EXIT_EXCP_BASE + NM_VECTOR] = nm_interception,
3363 [SVM_EXIT_EXCP_BASE + MC_VECTOR] = mc_interception,
3364 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
3558 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
4004 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
4017 SVM_EXIT_EXCP_BASE + MC_VECTOR)) in svm_vcpu_run()