Searched refs:SVM_EXIT_WRITE_CR0 (Results 1 – 3 of 3) sorted by relevance
69 #define SVM_EXIT_WRITE_CR0 0x010 macro
621 case SVM_EXIT_WRITE_CR0 ... SVM_EXIT_WRITE_CR0 + 8: in cpu_svm_has_intercept()622 if (env->intercept_cr_write & (1 << (type - SVM_EXIT_WRITE_CR0))) { in cpu_svm_has_intercept()
3410 gen_svm_check_intercept(s, SVM_EXIT_WRITE_CR0); in gen_multi0F()