Searched refs:SVM_EXIT_INTR (Results 1 – 3 of 3) sorted by relevance
82 #define SVM_EXIT_INTR 0x060 macro
5248 if (env->intercept & (1ULL << (SVM_EXIT_MSR - SVM_EXIT_INTR))) { in helper_svm_check_intercept_param()5278 if (env->intercept & (1ULL << (type - SVM_EXIT_INTR))) { in helper_svm_check_intercept_param()5288 if (env->intercept & (1ULL << (SVM_EXIT_IOIO - SVM_EXIT_INTR))) { in helper_svm_check_io()
441 svm_check_intercept(SVM_EXIT_INTR); in cpu_exec()