Searched refs:PTRACE_GETREGS (Results 1 – 25 of 41) sorted by relevance
12
/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()
|
/arch/cris/include/asm/ |
D | ptrace.h | 9 #define PTRACE_GETREGS 12 macro
|
/arch/um/sys-i386/ |
D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/arch/um/sys-x86_64/ |
D | ptrace_user.c | 12 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/arch/h8300/include/asm/ |
D | ptrace.h | 40 #define PTRACE_GETREGS 12 macro
|
/arch/m68k/include/asm/ |
D | ptrace.h | 69 #define PTRACE_GETREGS 12 macro
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 71 #define PTRACE_GETREGS 12 macro
|
/arch/x86/include/asm/ |
D | ptrace-abi.h | 61 #define PTRACE_GETREGS 12 macro
|
/arch/sh/include/asm/ |
D | ptrace.h | 91 #define PTRACE_GETREGS 12 /* General registers */ macro
|
/arch/um/kernel/ |
D | ptrace.c | 119 #ifdef PTRACE_GETREGS in arch_ptrace() 120 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/arch/avr32/include/asm/ |
D | ptrace.h | 11 #define PTRACE_GETREGS 12 macro
|
/arch/blackfin/include/asm/ |
D | ptrace.h | 83 #define PTRACE_GETREGS 12 macro
|
/arch/mips/include/asm/ |
D | ptrace.h | 58 #define PTRACE_GETREGS 12 macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 15 #define PTRACE_GETREGS 12 macro
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 270 #define PTRACE_GETREGS 12 macro
|
/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 182 case PTRACE_GETREGS: { in arch_ptrace()
|
/arch/h8300/kernel/ |
D | ptrace.c | 182 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/arch/ia64/include/asm/ |
D | ptrace.h | 365 #define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ macro
|
/arch/m68k/kernel/ |
D | ptrace.c | 229 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
|
/arch/powerpc/kernel/ |
D | ptrace32.c | 281 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in compat_arch_ptrace()
|
/arch/mips/kernel/ |
D | ptrace32.c | 296 case PTRACE_GETREGS: in compat_arch_ptrace()
|
/arch/sparc/include/asm/ |
D | ptrace.h | 427 #define PTRACE_GETREGS 12 macro
|
/arch/m68knommu/kernel/ |
D | ptrace.c | 253 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/arch/um/os-Linux/skas/ |
D | process.c | 44 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs() 396 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
|
/arch/avr32/kernel/ |
D | ptrace.c | 214 case PTRACE_GETREGS: in arch_ptrace()
|
12