/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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() 97 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 124 * the rewind process together with PTRACE_SETREGS and PTRACE_GETREGS. in test_ptrace_syscall_restart() 134 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 135 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 177 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 178 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
|
/kernel/linux/linux-6.6/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() 97 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 124 * the rewind process together with PTRACE_SETREGS and PTRACE_GETREGS. in test_ptrace_syscall_restart() 134 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 135 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 177 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 178 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 208 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 209 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 239 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 240 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 271 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 272 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 331 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 332 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace() 353 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 354 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 208 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 209 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 239 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 240 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 271 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 272 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart() 331 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 332 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace() 353 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 354 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ptrace.c | 66 #ifdef PTRACE_GETREGS in arch_ptrace() 67 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
H A D | ptrace.h | 9 #define PTRACE_GETREGS 12 /* General registers */ macro
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/ |
H A D | ptrace.h | 9 #define PTRACE_GETREGS 12 /* General registers */ macro
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ptrace_user.c | 11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 70 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 49 * and through PTRACE_GETREGS. 91 #define PTRACE_GETREGS 18 macro
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 68 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 34 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 70 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 49 * and through PTRACE_GETREGS. 91 #define PTRACE_GETREGS 18 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 68 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 34 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 66 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 66 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | ptrace.h | 42 #define PTRACE_GETREGS 12 macro
|