Home
last modified time | relevance | path

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

12

/arch/sh/include/uapi/asm/
Dptrace.h10 #define PTRACE_SETREGS 13 macro
/arch/x86/um/
Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/arch/um/kernel/
Dptrace.c81 #ifdef PTRACE_SETREGS in arch_ptrace()
82 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
/arch/xtensa/include/uapi/asm/
Dptrace.h35 #define PTRACE_SETREGS 13 macro
/arch/parisc/include/uapi/asm/
Dptrace.h92 #define PTRACE_SETREGS 19 macro
/arch/um/os-Linux/
Dregisters.c28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
/arch/m68k/include/uapi/asm/
Dptrace.h71 #define PTRACE_SETREGS 13 macro
/arch/x86/include/uapi/asm/
Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/arch/mips/include/uapi/asm/
Dptrace.h52 #define PTRACE_SETREGS 13 macro
/arch/arm/include/uapi/asm/
Dptrace.h17 #define PTRACE_SETREGS 13 macro
/arch/ia64/include/uapi/asm/
Dptrace.h244 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
/arch/powerpc/include/uapi/asm/
Dptrace.h183 #define PTRACE_SETREGS 0xd macro
/arch/sparc/include/uapi/asm/
Dptrace.h333 #define PTRACE_SETREGS 13 macro
/arch/powerpc/kernel/ptrace/
Dptrace32.c275 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
Dptrace.c175 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/arch/mips/kernel/
Dptrace32.c277 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/m68k/kernel/
Dptrace.c234 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/arch/parisc/kernel/
Dptrace.c194 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
313 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/x86/kernel/
Dptrace.c757 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
1060 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace()
1160 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()
/arch/sparc/kernel/
Dptrace_32.c382 case PTRACE_SETREGS: { in arch_ptrace()
Dptrace_64.c955 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/sh/kernel/
Dptrace_32.c419 case PTRACE_SETREGS: in arch_ptrace()
/arch/um/os-Linux/skas/
Dprocess.c358 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) { in userspace()
/arch/xtensa/kernel/
Dptrace.c518 case PTRACE_SETREGS: in arch_ptrace()
/arch/arm/kernel/
Dptrace.c777 case PTRACE_SETREGS: in arch_ptrace()

12