Searched refs:debugregs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Dprocessor.h14 unsigned long debugregs[8]; member in struct:arch_thread
28 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Dprocessor.h26 unsigned long debugregs[8]; member in struct:arch_thread
34 .debugregs = { [ 0 ... 7 ] = 0 }, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/
H A Dptrace.c24 child->thread.arch.debugregs[addr] = data;
54 tmp = child->thread.arch.debugregs[addr];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dptrace.c101 child->thread.arch.debugregs[addr] = data;
143 tmp = child->thread.arch.debugregs[addr];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dptrace.c75 child->thread.arch.debugregs[addr] = data;
118 tmp = child->thread.arch.debugregs[addr];

Completed in 56 milliseconds