Searched refs:SVM_EXIT_INTR (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dsvm.h82 #define SVM_EXIT_INTR 0x060 macro
H A Dop_helper.c5248 if (env->intercept & (1ULL << (SVM_EXIT_MSR - SVM_EXIT_INTR))) {
5278 if (env->intercept & (1ULL << (type - SVM_EXIT_INTR))) {
5288 if (env->intercept & (1ULL << (SVM_EXIT_IOIO - SVM_EXIT_INTR))) {
/external/qemu/
H A Dcpu-exec.c441 svm_check_intercept(SVM_EXIT_INTR);

Completed in 27 milliseconds