/linux-2.6.39/arch/um/os-Linux/ |
D | registers.c | 16 err = ptrace(PTRACE_GETREGS, pid, 0, regs->gp); in save_registers() 40 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs); in init_registers()
|
/linux-2.6.39/arch/cris/include/asm/ |
D | ptrace.h | 9 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/um/sys-i386/ |
D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/linux-2.6.39/arch/um/sys-x86_64/ |
D | ptrace_user.c | 12 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/linux-2.6.39/arch/um/kernel/ |
D | ptrace.c | 80 #ifdef PTRACE_GETREGS in arch_ptrace() 81 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | ptrace-abi.h | 61 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | ptrace.h | 40 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | ptrace.h | 71 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | ptrace.h | 69 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/score/include/asm/ |
D | ptrace.h | 4 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | ptrace.h | 79 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/frv/include/asm/ |
D | ptrace.h | 56 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | ptrace.h | 11 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/tile/include/asm/ |
D | ptrace.h | 80 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | ptrace.h | 8 #define PTRACE_GETREGS 12 /* General registers */ macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | ptrace.h | 58 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | ptrace.h | 111 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/h8300/kernel/ |
D | ptrace.c | 115 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | ptrace.h | 91 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 131 case PTRACE_GETREGS: { in arch_ptrace()
|
/linux-2.6.39/arch/arm/include/asm/ |
D | ptrace.h | 15 #define PTRACE_GETREGS 12 macro
|
/linux-2.6.39/arch/tile/kernel/ |
D | ptrace.c | 108 case PTRACE_GETREGS: /* Get all registers from the child. */ in arch_ptrace()
|
/linux-2.6.39/arch/m68k/kernel/ |
D | ptrace_no.c | 174 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | ptrace.h | 361 #define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ptrace.h | 335 #define PTRACE_GETREGS 12 macro
|