Lines Matching refs:SVM_EXIT_EXCP_BASE
1962 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception()
2111 case SVM_EXIT_EXCP_BASE + MC_VECTOR: in nested_svm_exit_special()
2118 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
2123 case SVM_EXIT_EXCP_BASE + NM_VECTOR: in nested_svm_exit_special()
2160 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 0x1f: { in nested_svm_intercept()
2161 u32 excp_bits = 1 << (exit_code - SVM_EXIT_EXCP_BASE); in nested_svm_intercept()
2165 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
3267 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
3268 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
3269 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
3270 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
3271 [SVM_EXIT_EXCP_BASE + NM_VECTOR] = nm_interception,
3272 [SVM_EXIT_EXCP_BASE + MC_VECTOR] = mc_interception,
3273 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
3470 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
3914 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
3927 SVM_EXIT_EXCP_BASE + MC_VECTOR)) in svm_vcpu_run()