/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ptrace.c | 81 #ifdef PTRACE_SETREGS in arch_ptrace() 82 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
H A D | ptrace.h | 10 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/ |
H A D | ptrace.h | 10 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-syscall.c | 3 * A ptrace test for testing PTRACE_SYSEMU, PTRACE_SETREGS and 124 * the rewind process together with PTRACE_SETREGS and PTRACE_GETREGS. in test_ptrace_syscall_restart() 127 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 128 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart() 170 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 171 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 8 * PTRACE_SETREGS. This is similar to what gdb does when doing 11 * restores segment state when using PTRACE_SETREGS. 208 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s2) != 0) in main() 218 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s) != 0) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-syscall.c | 3 * A ptrace test for testing PTRACE_SYSEMU, PTRACE_SETREGS and 124 * the rewind process together with PTRACE_SETREGS and PTRACE_GETREGS. in test_ptrace_syscall_restart() 127 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 128 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart() 170 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 171 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 8 * PTRACE_SETREGS. This is similar to what gdb does when doing 11 * restores segment state when using PTRACE_SETREGS. 208 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s2) != 0) in main() 218 if (ptrace(PTRACE_SETREGS, chld, NULL, ®s) != 0) in main()
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 71 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 92 #define PTRACE_SETREGS 19 macro
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 71 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 92 #define PTRACE_SETREGS 19 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 67 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 67 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | registers.c | 28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | registers.c | 28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | ptrace.h | 43 #define PTRACE_SETREGS 13 macro
|