Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dptrace.h78 PTRACE_SETREGS = 13, enumerator
79 #define PT_SETREGS PTRACE_SETREGS
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dptrace.h10 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dptrace.h5 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dptrace.h35 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dptrace.h92 #define PTRACE_SETREGS 19 macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dregisters.c28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_pid_registers()
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dptrace.h71 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dptrace.h74 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dptrace.h83 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dptrace.h17 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dptrace.h17 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace.h244 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h183 #define PTRACE_SETREGS 0xd macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dptrace.h333 #define PTRACE_SETREGS 13 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dptrace32.c277 case PTRACE_SETREGS: in compat_arch_ptrace()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace32.c275 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dptrace.c234 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dptrace.c757 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in arch_ptrace()
1060 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in ia32_arch_ptrace()
1160 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in x32_arch_ptrace()

12