Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.12.1/arch/um/kernel/
Dptrace.c75 #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/
Dfsgsbase_restore.c207 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0) in main()
217 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
Dptrace_syscall.c232 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
264 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
368 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_restart_under_ptrace()
Dsyscall_numbering.c393 ptrace(PTRACE_SETREGS, testpid, NULL, &regs); in mess_with_syscall()
/linux-6.12.1/arch/sh/include/uapi/asm/
Dptrace.h10 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dptrace-syscall.c127 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
170 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
Dptrace-perf-hwbreak.c56 return sys_ptrace(PTRACE_SETREGS, pid, 0, (unsigned long)result); in ptrace_setregs()
/linux-6.12.1/arch/x86/um/
Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/linux-6.12.1/arch/xtensa/include/uapi/asm/
Dptrace.h35 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dptrace.h92 #define PTRACE_SETREGS 19 macro
/linux-6.12.1/arch/m68k/include/uapi/asm/
Dptrace.h71 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/x86/include/uapi/asm/
Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/mips/include/uapi/asm/
Dptrace.h52 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/arm/include/uapi/asm/
Dptrace.h17 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dptrace.h183 #define PTRACE_SETREGS 0xd macro
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dptrace.h333 #define PTRACE_SETREGS 13 macro
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace32.c273 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
Dptrace.c131 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/linux-6.12.1/arch/mips/kernel/
Dptrace32.c277 case PTRACE_SETREGS: in compat_arch_ptrace()
/linux-6.12.1/arch/parisc/kernel/
Dptrace.c193 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/
Dptrace.c237 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/linux-6.12.1/arch/x86/kernel/
Dptrace.c787 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/
Dptrace_32.c418 case PTRACE_SETREGS: in arch_ptrace()
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c371 if (ptrace(PTRACE_SETREGS, pid, 0, regs->gp)) { in userspace()
/linux-6.12.1/arch/sparc/kernel/
Dptrace_32.c382 case PTRACE_SETREGS: { in arch_ptrace()

12