Searched refs:SVM_EXIT_EXCP_BASE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dsvm.h81 #define SVM_EXIT_EXCP_BASE 0x040 macro
H A Dop_helper.c1812 helper_svm_check_intercept_param(SVM_EXIT_EXCP_BASE + intno, error_code);
6721 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 31:
6722 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) {

Completed in 253 milliseconds