Home
last modified time | relevance | path

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

/arch/sh/include/uapi/asm/
A Dptrace.h10 #define PTRACE_SETREGS 13 macro
/arch/x86/um/
A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/arch/um/kernel/
A Dptrace.c78 #ifdef PTRACE_SETREGS in arch_ptrace()
79 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
/arch/xtensa/include/uapi/asm/
A Dptrace.h35 #define PTRACE_SETREGS 13 macro
/arch/parisc/include/uapi/asm/
A Dptrace.h92 #define PTRACE_SETREGS 19 macro
/arch/x86/include/uapi/asm/
A Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/arch/m68k/include/uapi/asm/
A Dptrace.h71 #define PTRACE_SETREGS 13 macro
/arch/mips/include/uapi/asm/
A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/arch/arm/include/uapi/asm/
A Dptrace.h17 #define PTRACE_SETREGS 13 macro
/arch/powerpc/include/uapi/asm/
A Dptrace.h183 #define PTRACE_SETREGS 0xd macro
/arch/sparc/include/uapi/asm/
A Dptrace.h333 #define PTRACE_SETREGS 13 macro
/arch/powerpc/kernel/ptrace/
A Dptrace32.c273 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
A Dptrace.c131 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/arch/mips/kernel/
A Dptrace32.c277 case PTRACE_SETREGS: in compat_arch_ptrace()
A Dptrace.c1285 case PTRACE_SETREGS: in arch_ptrace()
/arch/m68k/kernel/
A Dptrace.c237 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/arch/parisc/kernel/
A Dptrace.c193 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
312 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/x86/kernel/
A Dptrace.c787 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
1090 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace()
1190 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()
/arch/sh/kernel/
A Dptrace_32.c418 case PTRACE_SETREGS: in arch_ptrace()
/arch/sparc/kernel/
A Dptrace_32.c382 case PTRACE_SETREGS: { in arch_ptrace()
A Dptrace_64.c953 case PTRACE_SETREGS: in compat_arch_ptrace()
/arch/xtensa/kernel/
A Dptrace.c516 case PTRACE_SETREGS: in arch_ptrace()
/arch/arm/kernel/
A Dptrace.c747 case PTRACE_SETREGS: in arch_ptrace()
/arch/um/os-Linux/skas/
A Dprocess.c668 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) { in userspace()

Completed in 32 milliseconds