Home | History | Annotate | Download | only in target-i386

Lines Matching refs:SVM_EXIT_EXCP_BASE

1338         helper_svm_check_intercept_param(SVM_EXIT_EXCP_BASE + intno, error_code);
5242 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 31:
5243 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) {