/linux-6.3-rc2/arch/um/kernel/ |
A D | ptrace.c | 80 #ifdef PTRACE_SETREGS in arch_ptrace() 81 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | fsgsbase_restore.c | 208 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s2) != 0) in main() 218 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s) != 0) in main()
|
A 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()
|
A D | syscall_numbering.c | 393 ptrace(PTRACE_SETREGS, testpid, NULL, ®s); in mess_with_syscall()
|
/linux-6.3-rc2/arch/sh/include/uapi/asm/ |
A D | ptrace.h | 10 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/x86/um/ |
A D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
A 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()
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | ptrace.h | 35 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | ptrace.h | 92 #define PTRACE_SETREGS 19 macro
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | registers.c | 28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/m68k/include/uapi/asm/ |
A D | ptrace.h | 71 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/arm/include/uapi/asm/ |
A D | ptrace.h | 17 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/ia64/include/uapi/asm/ |
A D | ptrace.h | 244 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
|
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 183 #define PTRACE_SETREGS 0xd macro
|
/linux-6.3-rc2/arch/sparc/include/uapi/asm/ |
A D | ptrace.h | 333 #define PTRACE_SETREGS 13 macro
|
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A D | ptrace32.c | 273 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
|
A D | ptrace.c | 134 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | ptrace32.c | 277 case PTRACE_SETREGS: in compat_arch_ptrace()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | ptrace.c | 235 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A 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.3-rc2/arch/x86/kernel/ |
A D | ptrace.c | 786 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace() 1089 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace() 1189 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | ptrace_32.c | 418 case PTRACE_SETREGS: in arch_ptrace()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | ptrace_32.c | 382 case PTRACE_SETREGS: { in arch_ptrace()
|