Searched refs:SVM_EXIT_CR0_SEL_WRITE (Results 1 – 5 of 5) sorted by relevance
38 #define SVM_EXIT_CR0_SEL_WRITE 0x065 macro181 { SVM_EXIT_CR0_SEL_WRITE, "cr0_sel_write" }, \
95 #define SVM_EXIT_CR0_SEL_WRITE 0x065 macro
84 if (cpu_svm_has_intercept(env, SVM_EXIT_CR0_SEL_WRITE) && in helper_write_crN()86 cpu_vmexit(env, SVM_EXIT_CR0_SEL_WRITE, 0, GETPC()); in helper_write_crN()
2641 svm->vmcb->control.exit_code = SVM_EXIT_CR0_SEL_WRITE; in check_selective_cr0_intercepted()2664 if (svm->vmcb->control.exit_code == SVM_EXIT_CR0_SEL_WRITE) in cr_interception()3280 [SVM_EXIT_CR0_SEL_WRITE] = cr_interception,4517 icpt_info.exit_code = SVM_EXIT_CR0_SEL_WRITE; in svm_check_intercept()