Searched refs:dr7 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c87 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) argument
89 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE);
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3;
109 unsigned long *dr7; local
127 dr7 = &__get_cpu_var(cpu_dr7);
128 *dr7 |= encode_dr7(i, info->len, info->type);
130 set_debugreg(*dr7, 7);
147 unsigned long *dr7; local
162 dr7 = &__get_cpu_var(cpu_dr7);
163 *dr7
359 int dr7 = 0; local
429 unsigned long dr7, dr6; local
[all...]
H A Dptrace.c552 * build the dr7 value on top of their attributes.
558 int dr7 = 0; local
564 dr7 |= encode_dr7(i, info->len, info->type);
568 return dr7;
581 * slot. It means the user is writing dr7 without having
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhw_breakpoint.h67 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
H A Dkvm.h230 __u64 dr7; member in struct:kvm_debug_exit_arch
299 __u64 dr7; member in struct:kvm_debugregs
H A Dsvm.h150 u64 dr7; member in struct:vmcb_save_area
H A Dkvm_host.h352 unsigned long dr7; member in struct:kvm_vcpu_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dsvm.c806 save->dr7 = 0x400;
1322 svm->vmcb->save.dr7 = dbg->arch.debugreg[7];
1324 svm->vmcb->save.dr7 = vcpu->arch.dr7;
1359 svm->vmcb->save.dr7 = value;
1915 nested_vmcb->save.dr7 = vmcb->save.dr7;
1978 svm->vmcb->save.dr7 = 0;
2110 svm->vmcb->save.dr7 = nested_vmcb->save.dr7;
[all...]
H A Dx86.c655 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1;
657 kvm_x86_ops->set_dr7(vcpu, vcpu->arch.dr7);
698 *val = vcpu->arch.dr7;
2360 dbgregs->dr7 = vcpu->arch.dr7;
2373 vcpu->arch.dr7 = dbgregs->dr7;
4759 * If the guest has used debug registers, at least dr7
5185 vcpu->arch.switch_db_regs = (vcpu->arch.dr7 & DR7_BP_EN_MASK);
5374 vcpu->arch.dr7
[all...]
H A Dvmx.c1314 vmcs_writel(GUEST_DR7, vcpu->arch.dr7);
3093 kvm_run->debug.arch.dr7 = vmcs_readl(GUEST_DR7);
3264 vcpu->run->debug.arch.dr7 = dr;
3272 vcpu->arch.dr7 &= ~DR7_GD;
3274 vmcs_writel(GUEST_DR7, vcpu->arch.dr7);

Completed in 305 milliseconds