Symbol: PTRACE_GETREGS
arch/arm/kernel/ptrace.c
740
case PTRACE_GETREGS:
arch/m68k/kernel/ptrace.c
227
case PTRACE_GETREGS: /* Get all gp regs from the child. */
arch/mips/kernel/ptrace.c
1281
case PTRACE_GETREGS:
arch/mips/kernel/ptrace32.c
272
case PTRACE_GETREGS:
arch/parisc/kernel/ptrace.c
186
case PTRACE_GETREGS: /* Get all gp regs from the child. */
arch/parisc/kernel/ptrace.c
311
case PTRACE_GETREGS:
arch/powerpc/kernel/ptrace/ptrace.c
122
case PTRACE_GETREGS: /* Get all pt_regs from the child. */
arch/powerpc/kernel/ptrace/ptrace32.c
267
case PTRACE_GETREGS: /* Get all pt_regs from the child. */
arch/sh/kernel/ptrace_32.c
413
case PTRACE_GETREGS:
arch/sparc/kernel/ptrace_32.c
374
case PTRACE_GETREGS: {
arch/sparc/kernel/ptrace_64.c
946
case PTRACE_GETREGS:
arch/um/kernel/ptrace.c
64
#ifdef PTRACE_GETREGS
arch/um/kernel/ptrace.c
65
case PTRACE_GETREGS: { /* Get all gp regs from the child. */
arch/um/os-Linux/registers.c
24
err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs);
arch/um/os-Linux/skas/process.c
700
if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) {
arch/um/os-Linux/skas/process.c
95
if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0)
arch/x86/kernel/ptrace.c
1084
case PTRACE_GETREGS: /* Get all gp regs from the child. */
arch/x86/kernel/ptrace.c
1183
case PTRACE_GETREGS: /* Get all gp regs from the child. */
arch/x86/kernel/ptrace.c
780
case PTRACE_GETREGS: /* Get all gp regs from the child. */
arch/x86/um/ptrace_user.c
11
if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
arch/xtensa/kernel/ptrace.c
512
case PTRACE_GETREGS:
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
51
return sys_ptrace(PTRACE_GETREGS, pid, 0, (unsigned long)result);
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
134
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
177
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
96
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace.h
430
ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
tools/testing/selftests/powerpc/ptrace/ptrace.h
519
ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
tools/testing/selftests/seccomp/seccomp_bpf.c
1934
# define ARCH_GETREGS(_regs) ptrace(PTRACE_GETREGS, tracee, 0, &(_regs))
tools/testing/selftests/x86/fsgsbase_restore.c
189
if (ptrace(PTRACE_GETREGS, chld, NULL, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
188
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
219
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
251
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
311
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
333
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
371
if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
tools/testing/selftests/x86/syscall_numbering.c
363
ptrace(PTRACE_GETREGS, testpid, NULL, &regs);