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

12

/linux-master/arch/x86/um/
H A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace.h9 #define PTRACE_GETREGS 12 /* General registers */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h49 * and through PTRACE_GETREGS.
91 #define PTRACE_GETREGS 18 macro
/linux-master/arch/um/os-Linux/
H A Dregisters.c23 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs);
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h68 #define PTRACE_GETREGS 12 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h51 #define PTRACE_GETREGS 12 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h70 #define PTRACE_GETREGS 12 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dptrace.h34 #define PTRACE_GETREGS 12 macro
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c96 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
97 err(1, "PTRACE_GETREGS");
124 * the rewind process together with PTRACE_SETREGS and PTRACE_GETREGS.
134 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
135 err(1, "PTRACE_GETREGS");
177 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
178 err(1, "PTRACE_GETREGS");
H A Dptrace.h430 ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
519 ret = ptrace(PTRACE_GETREGS, child, NULL, regs);
H A Dptrace-perf-hwbreak.c51 return sys_ptrace(PTRACE_GETREGS, pid, 0, (unsigned long)result);
/linux-master/arch/um/kernel/
H A Dptrace.c64 #ifdef PTRACE_GETREGS
65 case PTRACE_GETREGS: { /* Get all gp regs from the child. */
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c208 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
209 err(1, "PTRACE_GETREGS");
239 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
240 err(1, "PTRACE_GETREGS");
271 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
272 err(1, "PTRACE_GETREGS");
331 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
332 err(1, "PTRACE_GETREGS");
353 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0)
354 err(1, "PTRACE_GETREGS");
[all...]
H A Dfsgsbase_restore.c7 * a function and then restoring tracee state using PTRACE_GETREGS and
190 if (ptrace(PTRACE_GETREGS, chld, NULL, &regs) != 0)
191 err(1, "PTRACE_GETREGS");
209 err(1, "PTRACE_GETREGS");
211 err(1, "PTRACE_GETREGS");
219 err(1, "PTRACE_GETREGS");
221 err(1, "PTRACE_GETREGS");
H A Dsyscall_numbering.c362 ptrace(PTRACE_GETREGS, testpid, NULL, &regs);
/linux-master/arch/arm/include/uapi/asm/
H A Dptrace.h16 #define PTRACE_GETREGS 12 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dptrace.h182 #define PTRACE_GETREGS 0xc macro
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c85 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0)
353 * segfault and PTRACE_GETREGS will read that value
389 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) {
390 printk(UM_KERN_ERR "%s - PTRACE_GETREGS failed, errno = %d\n",
/linux-master/arch/sparc/include/uapi/asm/
H A Dptrace.h332 #define PTRACE_GETREGS 12 macro
/linux-master/arch/mips/kernel/
H A Dptrace32.c272 case PTRACE_GETREGS:
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c267 case PTRACE_GETREGS: /* Get all pt_regs from the child. */
H A Dptrace.c122 case PTRACE_GETREGS: /* Get all pt_regs from the child. */
/linux-master/arch/m68k/kernel/
H A Dptrace.c227 case PTRACE_GETREGS: /* Get all gp regs from the child. */
/linux-master/arch/parisc/kernel/
H A Dptrace.c186 case PTRACE_GETREGS: /* Get all gp regs from the child. */
311 case PTRACE_GETREGS:
/linux-master/arch/x86/kernel/
H A Dptrace.c780 case PTRACE_GETREGS: /* Get all gp regs from the child. */
1084 case PTRACE_GETREGS: /* Get all gp regs from the child. */
1183 case PTRACE_GETREGS: /* Get all gp regs from the child. */

Completed in 237 milliseconds

12