/linux-6.12.1/arch/um/kernel/ |
D | ptrace.c | 75 #ifdef PTRACE_SETREGS in arch_ptrace() 76 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.12.1/tools/testing/selftests/x86/ |
D | fsgsbase_restore.c | 207 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s2) != 0) in main() 217 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s) != 0) in main()
|
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()
|
D | syscall_numbering.c | 393 ptrace(PTRACE_SETREGS, testpid, NULL, ®s); in mess_with_syscall()
|
/linux-6.12.1/arch/sh/include/uapi/asm/ |
D | ptrace.h | 10 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/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-perf-hwbreak.c | 56 return sys_ptrace(PTRACE_SETREGS, pid, 0, (unsigned long)result); in ptrace_setregs()
|
/linux-6.12.1/arch/x86/um/ |
D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
/linux-6.12.1/arch/xtensa/include/uapi/asm/ |
D | ptrace.h | 35 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 92 #define PTRACE_SETREGS 19 macro
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 71 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/arm/include/uapi/asm/ |
D | ptrace.h | 17 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 183 #define PTRACE_SETREGS 0xd macro
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 333 #define PTRACE_SETREGS 13 macro
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace32.c | 273 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
|
D | ptrace.c | 131 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.12.1/arch/mips/kernel/ |
D | ptrace32.c | 277 case PTRACE_SETREGS: in compat_arch_ptrace()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | ptrace.c | 193 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace() 312 case PTRACE_SETREGS: in compat_arch_ptrace()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | ptrace.c | 237 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 787 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace() 1090 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace() 1190 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()
|
/linux-6.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 418 case PTRACE_SETREGS: in arch_ptrace()
|
/linux-6.12.1/arch/um/os-Linux/skas/ |
D | process.c | 371 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) { in userspace()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | ptrace_32.c | 382 case PTRACE_SETREGS: { in arch_ptrace()
|