Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dexcp_helper.c98 cpu_svm_check_intercept_param(env, SVM_EXIT_EXCP_BASE + intno, in raise_interrupt2()
/qemu/target/i386/
H A Dsvm.h89 #define SVM_EXIT_EXCP_BASE 0x040 macro
/qemu/target/i386/tcg/system/
H A Dsvm_helper.c636 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()