Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 - 25 of 73) sorted by relevance

123

/kernel/linux/linux-5.10/arch/um/kernel/
H A Dptrace.c81 #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 Dptrace.c80 #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 Dptrace.h10 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/
H A Dptrace.h10 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c3 * 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, &regs) != 0) in test_ptrace_syscall_restart()
128 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart()
170 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 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 Dfsgsbase_restore.c8 * 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, &regs2) != 0) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c3 * 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, &regs) != 0) in test_ptrace_syscall_restart()
128 err(1, "PTRACE_SETREGS"); in test_ptrace_syscall_restart()
170 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 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 Dfsgsbase_restore.c8 * 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, &regs2) != 0) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Dptrace.h71 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dptrace.h92 #define PTRACE_SETREGS 19 macro
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dptrace.h35 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dptrace.h71 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dptrace.h92 #define PTRACE_SETREGS 19 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dptrace.h35 #define PTRACE_SETREGS 13 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h67 #define PTRACE_SETREGS 13 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h67 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dregisters.c28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dregisters.c28 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 Dptrace.h43 #define PTRACE_SETREGS 13 macro

Completed in 7 milliseconds

123