Searched refs:SVM_EXIT_EXCP_BASE (Results 1 – 2 of 2) sorted by relevance
81 #define SVM_EXIT_EXCP_BASE 0x040 macro
1338 helper_svm_check_intercept_param(SVM_EXIT_EXCP_BASE + intno, error_code); in raise_interrupt()5242 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 31: in helper_svm_check_intercept_param()5243 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) { in helper_svm_check_intercept_param()