PTRACE_GETREGS    799 arch/arm/kernel/ptrace.c 		case PTRACE_GETREGS:
PTRACE_GETREGS   1199 arch/ia64/kernel/ptrace.c 	case PTRACE_GETREGS:
PTRACE_GETREGS    225 arch/m68k/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all gp regs from the child. */
PTRACE_GETREGS   1361 arch/mips/kernel/ptrace.c 	case PTRACE_GETREGS:
PTRACE_GETREGS    273 arch/mips/kernel/ptrace32.c 	case PTRACE_GETREGS:
PTRACE_GETREGS    182 arch/parisc/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all gp regs from the child. */
PTRACE_GETREGS   3143 arch/powerpc/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all pt_regs from the child. */
PTRACE_GETREGS    280 arch/powerpc/kernel/ptrace32.c 	case PTRACE_GETREGS:	/* Get all pt_regs from the child. */
PTRACE_GETREGS    443 arch/sh/kernel/ptrace_32.c 	case PTRACE_GETREGS:
PTRACE_GETREGS    454 arch/sh/kernel/ptrace_64.c 	case PTRACE_GETREGS:
PTRACE_GETREGS    357 arch/sparc/kernel/ptrace_32.c 	case PTRACE_GETREGS: {
PTRACE_GETREGS    930 arch/sparc/kernel/ptrace_64.c 	case PTRACE_GETREGS:
PTRACE_GETREGS     67 arch/um/kernel/ptrace.c #ifdef PTRACE_GETREGS
PTRACE_GETREGS     68 arch/um/kernel/ptrace.c 	case PTRACE_GETREGS: { /* Get all gp regs from the child. */
PTRACE_GETREGS     18 arch/um/os-Linux/registers.c 	err = ptrace(PTRACE_GETREGS, pid, 0, regs->gp);
PTRACE_GETREGS     43 arch/um/os-Linux/registers.c 	err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs);
PTRACE_GETREGS     36 arch/um/os-Linux/skas/process.c 	if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0)
PTRACE_GETREGS    386 arch/um/os-Linux/skas/process.c 		if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) {
PTRACE_GETREGS    183 arch/um/os-Linux/start_up.c 	if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0)
PTRACE_GETREGS    772 arch/x86/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all gp regs from the child. */
PTRACE_GETREGS   1064 arch/x86/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all gp regs from the child. */
PTRACE_GETREGS   1163 arch/x86/kernel/ptrace.c 	case PTRACE_GETREGS:	/* Get all gp regs from the child. */
PTRACE_GETREGS     11 arch/x86/um/ptrace_user.c 	if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
PTRACE_GETREGS    513 arch/xtensa/kernel/ptrace.c 	case PTRACE_GETREGS:
PTRACE_GETREGS     96 tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    134 tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    177 tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    426 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
PTRACE_GETREGS    451 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
PTRACE_GETREGS   1641 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(0, ptrace(PTRACE_GETREGS, tracee, 0, &regs)) {
PTRACE_GETREGS   1670 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ptrace(PTRACE_GETREGS, tracee, 0, &regs);
PTRACE_GETREGS    208 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    239 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    271 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    331 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    353 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
PTRACE_GETREGS    391 tools/testing/selftests/x86/ptrace_syscall.c 	if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)