Symbol: PTRACE_SETREGS
arch/arm/kernel/ptrace.c
747
case PTRACE_SETREGS:
arch/m68k/kernel/ptrace.c
237
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/mips/kernel/ptrace.c
1285
case PTRACE_SETREGS:
arch/mips/kernel/ptrace32.c
277
case PTRACE_SETREGS:
arch/parisc/kernel/ptrace.c
193
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/parisc/kernel/ptrace.c
312
case PTRACE_SETREGS:
arch/powerpc/kernel/ptrace/ptrace.c
131
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/powerpc/kernel/ptrace/ptrace32.c
273
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/sh/kernel/ptrace_32.c
418
case PTRACE_SETREGS:
arch/sparc/kernel/ptrace_32.c
382
case PTRACE_SETREGS: {
arch/sparc/kernel/ptrace_64.c
953
case PTRACE_SETREGS:
arch/um/kernel/ptrace.c
78
#ifdef PTRACE_SETREGS
arch/um/kernel/ptrace.c
79
case PTRACE_SETREGS: { /* Set all gp regs in the child. */
arch/um/os-Linux/skas/process.c
669
if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) {
arch/x86/kernel/ptrace.c
1090
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/x86/kernel/ptrace.c
1190
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/x86/kernel/ptrace.c
787
case PTRACE_SETREGS: /* Set all gp regs in the child. */
arch/x86/um/ptrace_user.c
18
if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0)
arch/xtensa/kernel/ptrace.c
516
case PTRACE_SETREGS:
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
56
return sys_ptrace(PTRACE_SETREGS, pid, 0, (unsigned long)result);
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
127
if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
170
if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace.h
528
ret = ptrace(PTRACE_SETREGS, child, NULL, regs);
tools/testing/selftests/seccomp/seccomp_bpf.c
1935
# define ARCH_SETREGS(_regs) ptrace(PTRACE_SETREGS, tracee, 0, &(_regs))
tools/testing/selftests/x86/fsgsbase_restore.c
207
if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0)
tools/testing/selftests/x86/fsgsbase_restore.c
217
if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
212
if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
244
if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
348
if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/syscall_numbering.c
394
ptrace(PTRACE_SETREGS, testpid, NULL, &regs);