Home
last modified time | relevance | path

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

/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 }, \
/arch/x86/um/
Dptrace_64.c131 child->thread.arch.debugregs[addr] = data; in poke_user()
196 tmp = child->thread.arch.debugregs[addr]; in peek_user()
Dptrace_32.c137 child->thread.arch.debugregs[addr] = data; in poke_user()
191 tmp = child->thread.arch.debugregs[addr]; in peek_user()