| /Linux-v5.4/arch/um/kernel/ |
| D | ptrace.c | 81 #ifdef PTRACE_SETREGS in arch_ptrace() 82 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
|
| /Linux-v5.4/arch/x86/um/ |
| D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
| /Linux-v5.4/arch/sh/include/uapi/asm/ |
| D | ptrace.h | 10 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-syscall.c | 127 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 170 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart()
|
| D | ptrace.h | 460 ret = ptrace(PTRACE_SETREGS, child, NULL, regs); in write_gpr()
|
| /Linux-v5.4/arch/xtensa/include/uapi/asm/ |
| D | ptrace.h | 35 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | ptrace.h | 92 #define PTRACE_SETREGS 19 macro
|
| /Linux-v5.4/arch/um/os-Linux/ |
| D | registers.c | 28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_registers()
|
| /Linux-v5.4/arch/m68k/include/uapi/asm/ |
| D | ptrace.h | 71 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/arch/x86/include/uapi/asm/ |
| D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/tools/testing/selftests/x86/ |
| D | ptrace_syscall.c | 232 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 264 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 368 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace()
|
| /Linux-v5.4/arch/arm/include/uapi/asm/ |
| D | ptrace.h | 17 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/arch/ia64/include/uapi/asm/ |
| D | ptrace.h | 244 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
|
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ |
| D | ptrace.h | 183 #define PTRACE_SETREGS 0xd macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | ptrace.h | 333 #define PTRACE_SETREGS 13 macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace32.c | 286 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | ptrace32.c | 278 case PTRACE_SETREGS: in compat_arch_ptrace()
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | ptrace.c | 235 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | ptrace.c | 779 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace() 1070 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace() 1170 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | ptrace_32.c | 370 case PTRACE_SETREGS: { in arch_ptrace()
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | ptrace_64.c | 459 case PTRACE_SETREGS: in arch_ptrace()
|
| D | ptrace_32.c | 448 case PTRACE_SETREGS: in arch_ptrace()
|
| /Linux-v5.4/arch/um/os-Linux/skas/ |
| D | process.c | 354 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) { in userspace()
|
| /Linux-v5.4/arch/xtensa/kernel/ |
| D | ptrace.c | 517 case PTRACE_SETREGS: in arch_ptrace()
|