Searched refs:cpu_dr7 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddebugreg.h81 DECLARE_PER_CPU(unsigned long, cpu_dr7);
97 return __get_cpu_var(cpu_dr7) & DR_GLOBAL_ENABLE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c49 DEFINE_PER_CPU(unsigned long, cpu_dr7);
50 EXPORT_PER_CPU_SYMBOL(cpu_dr7); variable
127 dr7 = &__get_cpu_var(cpu_dr7);
162 dr7 = &__get_cpu_var(cpu_dr7);
405 set_debugreg(__get_cpu_var(cpu_dr7), 7);

Completed in 40 milliseconds