| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-syscall.c | 96 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 134 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 177 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart()
|
| H A D | ptrace.h | 430 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in show_gpr() 519 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in write_gpr()
|
| H A D | ptrace-perf-hwbreak.c | 51 return sys_ptrace(PTRACE_GETREGS, pid, 0, (unsigned long)result); in ptrace_getregs()
|
| /linux/arch/um/kernel/ |
| H A D | ptrace.c | 64 #ifdef PTRACE_GETREGS in arch_ptrace() 65 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | ptrace.h | 9 #define PTRACE_GETREGS 12 /* General registers */ macro
|
| /linux/arch/x86/um/ |
| H A D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
| /linux/arch/um/os-Linux/ |
| H A D | registers.c | 24 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs); in init_pid_registers()
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 34 #define PTRACE_GETREGS 12 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 91 #define PTRACE_GETREGS 18 macro
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | ptrace.h | 70 #define PTRACE_GETREGS 12 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | ptrace.h | 16 #define PTRACE_GETREGS 12 macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ptrace.h | 182 #define PTRACE_GETREGS 0xc macro
|
| /linux/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 189 if (ptrace(PTRACE_GETREGS, chld, NULL, ®s) != 0) in main()
|
| H A D | syscall_numbering.c | 363 ptrace(PTRACE_GETREGS, testpid, NULL, ®s); in mess_with_syscall()
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 267 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in compat_arch_ptrace()
|
| /linux/arch/mips/kernel/ |
| H A D | ptrace32.c | 272 case PTRACE_GETREGS: in compat_arch_ptrace()
|
| /linux/arch/m68k/kernel/ |
| H A D | ptrace.c | 227 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
|
| /linux/arch/parisc/kernel/ |
| H A D | ptrace.c | 186 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace() 311 case PTRACE_GETREGS: in compat_arch_ptrace()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 95 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs() 700 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
|
| /linux/arch/x86/kernel/ |
| H A D | ptrace.c | 780 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace() 1084 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in ia32_arch_ptrace() 1183 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in x32_arch_ptrace()
|
| /linux/arch/sh/kernel/ |
| H A D | ptrace_32.c | 413 case PTRACE_GETREGS: in arch_ptrace()
|
| /linux/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 374 case PTRACE_GETREGS: { in arch_ptrace()
|
| /linux/arch/xtensa/kernel/ |
| H A D | ptrace.c | 512 case PTRACE_GETREGS: in arch_ptrace()
|
| /linux/arch/arm/kernel/ |
| H A D | ptrace.c | 740 case PTRACE_GETREGS: in arch_ptrace()
|