Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dsvm.h81 #define SVM_EXIT_EXCP_BASE 0x040 macro
Dop_helper.c1338 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()