Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 – 25 of 41) sorted by relevance

12

/arch/um/os-Linux/
Dregisters.c16 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/
Dptrace.h9 #define PTRACE_GETREGS 12 macro
/arch/um/sys-i386/
Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/arch/um/sys-x86_64/
Dptrace_user.c12 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/arch/h8300/include/asm/
Dptrace.h40 #define PTRACE_GETREGS 12 macro
/arch/m68k/include/asm/
Dptrace.h69 #define PTRACE_GETREGS 12 macro
/arch/xtensa/include/asm/
Dptrace.h71 #define PTRACE_GETREGS 12 macro
/arch/x86/include/asm/
Dptrace-abi.h61 #define PTRACE_GETREGS 12 macro
/arch/sh/include/asm/
Dptrace.h91 #define PTRACE_GETREGS 12 /* General registers */ macro
/arch/um/kernel/
Dptrace.c119 #ifdef PTRACE_GETREGS in arch_ptrace()
120 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
/arch/avr32/include/asm/
Dptrace.h11 #define PTRACE_GETREGS 12 macro
/arch/blackfin/include/asm/
Dptrace.h83 #define PTRACE_GETREGS 12 macro
/arch/mips/include/asm/
Dptrace.h58 #define PTRACE_GETREGS 12 macro
/arch/arm/include/asm/
Dptrace.h15 #define PTRACE_GETREGS 12 macro
/arch/powerpc/include/asm/
Dptrace.h270 #define PTRACE_GETREGS 12 macro
/arch/cris/arch-v10/kernel/
Dptrace.c182 case PTRACE_GETREGS: { in arch_ptrace()
/arch/h8300/kernel/
Dptrace.c182 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
/arch/ia64/include/asm/
Dptrace.h365 #define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ macro
/arch/m68k/kernel/
Dptrace.c229 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
/arch/powerpc/kernel/
Dptrace32.c281 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in compat_arch_ptrace()
/arch/mips/kernel/
Dptrace32.c296 case PTRACE_GETREGS: in compat_arch_ptrace()
/arch/sparc/include/asm/
Dptrace.h427 #define PTRACE_GETREGS 12 macro
/arch/m68knommu/kernel/
Dptrace.c253 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
/arch/um/os-Linux/skas/
Dprocess.c44 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/
Dptrace.c214 case PTRACE_GETREGS: in arch_ptrace()

12