Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 - 25 of 75) sorted by relevance

123

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dregisters.c18 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 Dregisters.c18 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 Dptrace-syscall.c96 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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, &regs) != 0) in test_ptrace_syscall_restart()
135 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
177 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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 Dptrace-syscall.c96 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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, &regs) != 0) in test_ptrace_syscall_restart()
135 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
177 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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 Dptrace_syscall.c208 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
209 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
239 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
240 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
271 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
272 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
331 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_restart_under_ptrace()
332 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace()
353 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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 Dptrace_syscall.c208 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
209 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
239 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
240 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
271 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
272 err(1, "PTRACE_GETREGS"); in test_ptrace_syscall_restart()
331 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0) in test_restart_under_ptrace()
332 err(1, "PTRACE_GETREGS"); in test_restart_under_ptrace()
353 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 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 Dptrace.c67 #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 Dptrace.c66 #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 Dptrace.h9 #define PTRACE_GETREGS 12 /* General registers */ macro
/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/
H A Dptrace.h9 #define PTRACE_GETREGS 12 /* General registers */ macro
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Dptrace.h70 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dptrace.h49 * and through PTRACE_GETREGS.
91 #define PTRACE_GETREGS 18 macro
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h68 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dptrace.h34 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dptrace.h70 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dptrace.h49 * and through PTRACE_GETREGS.
91 #define PTRACE_GETREGS 18 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h68 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dptrace.h34 #define PTRACE_GETREGS 12 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h66 #define PTRACE_GETREGS 12 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h66 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dptrace.h51 #define PTRACE_GETREGS 12 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dptrace.h51 #define PTRACE_GETREGS 12 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dptrace.h42 #define PTRACE_GETREGS 12 macro

Completed in 7 milliseconds

123