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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-x86_64.h14 unsigned long debugregs[8]; member in struct:arch_thread
28 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
H A Dprocessor-i386.h27 unsigned long debugregs[8]; member in struct:arch_thread
35 .debugregs = { [ 0 ... 7 ] = 0 }, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dkernel-offsets.h20 OFFSET(HOST_TASK_DEBUGREGS, task_struct, thread.arch.debugregs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-ppc/
H A Dptrace.c24 child->thread.arch.debugregs[addr] = data;
54 tmp = child->thread.arch.debugregs[addr];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dptrace.c78 child->thread.arch.debugregs[addr] = data;
122 tmp = child->thread.arch.debugregs[addr];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c110 child->thread.arch.debugregs[addr] = data;
152 tmp = child->thread.arch.debugregs[addr];

Completed in 35 milliseconds