Home
last modified time | relevance | path

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

12

/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c208 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
H A 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()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A 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()
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dptrace.h10 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/x86/um/
H A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/openbmc/u-boot/arch/arm/include/asm/
H A Dptrace.h5 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h35 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dptrace.h92 #define PTRACE_SETREGS 19 macro
/openbmc/linux/arch/um/os-Linux/
H A Dregisters.c28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h71 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h73 #define PTRACE_SETREGS 13 macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h83 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dptrace.h17 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace.h244 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h183 #define PTRACE_SETREGS 0xd macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dptrace.h333 #define PTRACE_SETREGS 13 macro
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c273 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
H A Dptrace.c134 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/openbmc/linux/arch/mips/kernel/
H A Dptrace32.c277 case PTRACE_SETREGS: in compat_arch_ptrace()
/openbmc/linux/arch/parisc/kernel/
H A Dptrace.c193 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
312 case PTRACE_SETREGS: in compat_arch_ptrace()
/openbmc/linux/arch/m68k/kernel/
H A Dptrace.c235 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/openbmc/linux/arch/x86/kernel/
H A 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()

12