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

12

/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h51 #define PTRACE_GETREGS 12 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/sparc/include/uapi/asm/
H A Dptrace.h332 #define PTRACE_GETREGS 12 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h68 #define PTRACE_GETREGS 12 macro
/linux-master/arch/x86/um/
H A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
/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");
/linux-master/arch/arm/include/uapi/asm/
H A Dptrace.h16 #define PTRACE_GETREGS 12 macro
/linux-master/arch/arm/kernel/
H A Dptrace.c740 case PTRACE_GETREGS:
/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h70 #define PTRACE_GETREGS 12 macro
/linux-master/arch/m68k/kernel/
H A Dptrace.c227 case PTRACE_GETREGS: /* Get all gp regs from the child. */
/linux-master/arch/mips/kernel/
H A Dptrace.c97 * Write a general register set. As for PTRACE_GETREGS, we always use
1279 case PTRACE_GETREGS:
H A Dptrace32.c272 case PTRACE_GETREGS:
/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/powerpc/include/uapi/asm/
H A Dptrace.h182 #define PTRACE_GETREGS 0xc macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c122 case PTRACE_GETREGS: /* Get all pt_regs from the child. */
H A Dptrace32.c267 case PTRACE_GETREGS: /* Get all pt_regs from the child. */
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace.h9 #define PTRACE_GETREGS 12 /* General registers */ macro
/linux-master/arch/sh/kernel/
H A Dptrace_32.c413 case PTRACE_GETREGS:
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c374 case PTRACE_GETREGS: {
H A Dptrace_64.c946 case PTRACE_GETREGS:
/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/arch/um/os-Linux/
H A Dregisters.c23 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs);
/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/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. */
/linux-master/arch/xtensa/include/uapi/asm/
H A Dptrace.h34 #define PTRACE_GETREGS 12 macro

Completed in 304 milliseconds

12