Searched refs:SVM_EXIT_WRITE_CR0 (Results 1 – 6 of 6) sorted by relevance
10 #define SVM_EXIT_WRITE_CR0 0x010 macro138 { SVM_EXIT_WRITE_CR0, "write_cr0" }, \
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()
2665 cr = SVM_EXIT_WRITE_CR0 - SVM_EXIT_READ_CR0; in cr_interception()3281 [SVM_EXIT_WRITE_CR0] = cr_interception,4416 [x86_intercept_cr_write] = POST_EX(SVM_EXIT_WRITE_CR0),4417 [x86_intercept_clts] = POST_EX(SVM_EXIT_WRITE_CR0),4418 [x86_intercept_lmsw] = POST_EX(SVM_EXIT_WRITE_CR0),4491 case SVM_EXIT_WRITE_CR0: { in svm_check_intercept()4497 if (icpt_info.exit_code != SVM_EXIT_WRITE_CR0 || in svm_check_intercept()
3285 gen_svm_check_intercept(s, SVM_EXIT_WRITE_CR0); in gen_multi0F()