Searched refs:SVM_EXIT_EXCP_BASE (Results 1 – 3 of 3) sorted by relevance
98 cpu_svm_check_intercept_param(env, SVM_EXIT_EXCP_BASE + intno, in raise_interrupt2()
89 #define SVM_EXIT_EXCP_BASE 0x040 macro
636 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 31: in cpu_svm_has_intercept()637 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) { in cpu_svm_has_intercept()