Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 25 of 40) sorted by relevance

12

/arch/cris/include/asm/
Dptrace.h10 #define PTRACE_SETREGS 13 macro
/arch/um/sys-i386/
Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/arch/um/sys-x86_64/
Dptrace_user.c19 if (ptrace(PTRACE_SETREGS, pid, 0, regs_out) < 0) in ptrace_setregs()
/arch/um/os-Linux/
Dregisters.c26 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_registers()
/arch/h8300/include/asm/
Dptrace.h41 #define PTRACE_SETREGS 13 macro
/arch/m68k/include/asm/
Dptrace.h70 #define PTRACE_SETREGS 13 macro
/arch/xtensa/include/asm/
Dptrace.h72 #define PTRACE_SETREGS 13 macro
/arch/x86/include/asm/
Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/arch/sh/include/asm/
Dptrace.h92 #define PTRACE_SETREGS 13 macro
/arch/um/kernel/
Dptrace.c133 #ifdef PTRACE_SETREGS in arch_ptrace()
134 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
/arch/avr32/include/asm/
Dptrace.h12 #define PTRACE_SETREGS 13 macro
/arch/blackfin/include/asm/
Dptrace.h84 #define PTRACE_SETREGS 13 /* ptrace signal */ macro
/arch/mips/include/asm/
Dptrace.h59 #define PTRACE_SETREGS 13 macro
/arch/arm/include/asm/
Dptrace.h16 #define PTRACE_SETREGS 13 macro
/arch/powerpc/include/asm/
Dptrace.h271 #define PTRACE_SETREGS 13 macro
/arch/cris/arch-v10/kernel/
Dptrace.c202 case PTRACE_SETREGS: { in arch_ptrace()
/arch/h8300/kernel/
Dptrace.c197 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
/arch/ia64/include/asm/
Dptrace.h366 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
/arch/m68k/kernel/
Dptrace.c241 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/arch/powerpc/kernel/
Dptrace32.c287 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
/arch/mips/kernel/
Dptrace32.c300 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/sparc/include/asm/
Dptrace.h428 #define PTRACE_SETREGS 13 macro
/arch/m68knommu/kernel/
Dptrace.c270 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
/arch/avr32/kernel/
Dptrace.c218 case PTRACE_SETREGS: in arch_ptrace()
/arch/mn10300/kernel/
Dptrace.c277 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()

12