Home
last modified time | relevance | path

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

/arch/x86/um/asm/
A Dprocessor_64.h11 unsigned long debugregs[8]; member
16 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
A Dprocessor_32.h23 unsigned long debugregs[8]; member
31 .debugregs = { [ 0 ... 7 ] = 0 }, \
/arch/x86/um/
A Dptrace_32.c113 child->thread.arch.debugregs[addr] = data; in poke_user()
167 tmp = child->thread.arch.debugregs[addr]; in peek_user()
A Dptrace_64.c125 child->thread.arch.debugregs[addr] = data; in poke_user()
187 tmp = child->thread.arch.debugregs[addr]; in peek_user()

Completed in 5 milliseconds