Searched refs:SVM_EXIT_WRITE_CR0 (Results 1 – 2 of 2) sorted by relevance
10 #define SVM_EXIT_WRITE_CR0 0x010 macro141 { SVM_EXIT_WRITE_CR0, "write_cr0" }, \
2544 cr = SVM_EXIT_WRITE_CR0 - SVM_EXIT_READ_CR0; in cr_interception()3215 [SVM_EXIT_WRITE_CR0] = cr_interception,4492 [x86_intercept_cr_write] = POST_EX(SVM_EXIT_WRITE_CR0),4493 [x86_intercept_clts] = POST_EX(SVM_EXIT_WRITE_CR0),4494 [x86_intercept_lmsw] = POST_EX(SVM_EXIT_WRITE_CR0),4567 case SVM_EXIT_WRITE_CR0: { in svm_check_intercept()4573 if (icpt_info.exit_code != SVM_EXIT_WRITE_CR0 || in svm_check_intercept()
Completed in 15 milliseconds