| /Linux-v5.4/arch/um/os-Linux/ |
| D | registers.c | 18 err = ptrace(PTRACE_GETREGS, pid, 0, regs->gp); in save_registers() 43 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs); in init_registers()
|
| D | start_up.c | 183 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in check_sysemu()
|
| /Linux-v5.4/tools/testing/selftests/x86/ |
| D | ptrace_syscall.c | 208 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 239 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 271 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 331 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 353 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 391 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| 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()
|
| D | ptrace.h | 426 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in show_gpr() 451 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in write_gpr()
|
| /Linux-v5.4/arch/um/kernel/ |
| D | ptrace.c | 67 #ifdef PTRACE_GETREGS in arch_ptrace() 68 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
| /Linux-v5.4/arch/x86/um/ |
| D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
| /Linux-v5.4/arch/sh/include/uapi/asm/ |
| D | ptrace.h | 9 #define PTRACE_GETREGS 12 /* General registers */ macro
|
| /Linux-v5.4/arch/xtensa/include/uapi/asm/ |
| D | ptrace.h | 34 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | ptrace.h | 91 #define PTRACE_GETREGS 18 macro
|
| /Linux-v5.4/arch/m68k/include/uapi/asm/ |
| D | ptrace.h | 70 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/x86/include/uapi/asm/ |
| D | ptrace-abi.h | 68 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/arm/include/uapi/asm/ |
| D | ptrace.h | 16 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/ia64/include/uapi/asm/ |
| D | ptrace.h | 243 #define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ macro
|
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ |
| D | ptrace.h | 182 #define PTRACE_GETREGS 0xc macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | ptrace.h | 332 #define PTRACE_GETREGS 12 macro
|
| /Linux-v5.4/arch/um/os-Linux/skas/ |
| D | process.c | 36 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs() 386 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace32.c | 280 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in compat_arch_ptrace()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | ptrace32.c | 273 case PTRACE_GETREGS: in compat_arch_ptrace()
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | ptrace.c | 225 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | ptrace.c | 772 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace() 1064 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in ia32_arch_ptrace() 1163 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in x32_arch_ptrace()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | ptrace_32.c | 357 case PTRACE_GETREGS: { in arch_ptrace()
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | ptrace_64.c | 454 case PTRACE_GETREGS: in arch_ptrace()
|
| D | ptrace_32.c | 443 case PTRACE_GETREGS: in arch_ptrace()
|