Searched refs:intercept_cr_write (Results 1 – 4 of 4) sorted by relevance
113 qemu_put_be16s(f, &env->intercept_cr_write); in cpu_save()265 qemu_get_be16s(f, &env->intercept_cr_write); in cpu_load()
135 uint16_t intercept_cr_write; member
161 …env->intercept_cr_write = lduw_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_cr_wr… in helper_vmrun()404 if (env->intercept_cr_write & (1 << (type - SVM_EXIT_WRITE_CR0))) { in helper_svm_check_intercept_param()
793 uint16_t intercept_cr_write; member