Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/um/asm/
Dprocessor_64.h11 unsigned long debugregs[8]; member
17 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
Dprocessor_32.h23 unsigned long debugregs[8]; member
31 .debugregs = { [ 0 ... 7 ] = 0 }, \
/linux-3.4.99/arch/um/sys-ppc/
Dptrace.c24 child->thread.arch.debugregs[addr] = data; in poke_user()
54 tmp = child->thread.arch.debugregs[addr]; in peek_user()
/linux-3.4.99/arch/x86/um/
Dptrace_64.c126 child->thread.arch.debugregs[addr] = data; in poke_user()
191 tmp = child->thread.arch.debugregs[addr]; in peek_user()
Dptrace_32.c133 child->thread.arch.debugregs[addr] = data; in poke_user()
188 tmp = child->thread.arch.debugregs[addr]; in peek_user()