Home | History | Annotate | Download | only in target-i386

Lines Matching refs:dr7

4963     stq_phys(env->vm_hsave + offsetof(struct vmcb, save.dr7), env->dr[7]);
5038 env->dr[7] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.dr7));
5351 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.dr7), env->dr[7]);
5395 env->dr[7] = ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.dr7));
5422 /* Disables all breakpoints in the host DR7 register. */