| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | ptrace_syscall.c | 208 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 239 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 271 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 331 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 353 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 391 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace()
|
| H A D | fsgsbase_restore.c | 190 if (ptrace(PTRACE_GETREGS, chld, NULL, ®s) != 0) in main()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | registers.c | 18 err = ptrace(PTRACE_GETREGS, pid, 0, regs->gp); in save_registers() 43 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs); in init_pid_registers()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-syscall.c | 96 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 134 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 177 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart()
|
| H A D | ptrace.h | 426 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in show_gpr() 451 ret = ptrace(PTRACE_GETREGS, child, NULL, regs); in write_gpr()
|
| /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 D | ptrace.h | 74 PTRACE_GETREGS = 12, enumerator 75 #define PT_GETREGS PTRACE_GETREGS
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | ptrace.c | 67 #ifdef PTRACE_GETREGS in arch_ptrace() 68 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ptrace.h | 9 #define PTRACE_GETREGS 12 /* General registers */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | ptrace.h | 4 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 34 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 91 #define PTRACE_GETREGS 18 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | ptrace.h | 70 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | ptrace-abi.h | 68 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 73 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | ptrace.h | 82 #define PTRACE_GETREGS 12 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 D | ptrace.h | 16 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | ptrace.h | 16 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | ptrace.h | 243 #define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ptrace.h | 182 #define PTRACE_GETREGS 0xc macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/psmisc/psmisc/ |
| H A D | 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 47 ptrace(PTRACE_GETREGS, pid, 0, ®s);
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 37 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs() 390 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ptrace.h | 332 #define PTRACE_GETREGS 12 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | ptrace32.c | 272 case PTRACE_GETREGS: in compat_arch_ptrace()
|