Searched refs:intercept_dr_write (Results 1 – 4 of 4) sorted by relevance
115 qemu_put_be16s(f, &env->intercept_dr_write); in cpu_save()267 qemu_get_be16s(f, &env->intercept_dr_write); in cpu_load()
137 uint16_t intercept_dr_write; member
163 …env->intercept_dr_write = lduw_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_dr_wr… in helper_vmrun()414 if (env->intercept_dr_write & (1 << (type - SVM_EXIT_WRITE_DR0))) { in helper_svm_check_intercept_param()
795 uint16_t intercept_dr_write; member