Home
last modified time | relevance | path

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

/arch/sh/include/uapi/asm/
A Dptrace.h9 #define PTRACE_GETREGS 12 /* General registers */ macro
/arch/x86/um/
A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/arch/um/kernel/
A Dptrace.c64 #ifdef PTRACE_GETREGS in arch_ptrace()
65 case PTRACE_GETREGS: { /* Get all gp regs from the child. */ in arch_ptrace()
/arch/um/os-Linux/
A Dregisters.c24 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs); in init_pid_registers()
/arch/xtensa/include/uapi/asm/
A Dptrace.h34 #define PTRACE_GETREGS 12 macro
/arch/parisc/include/uapi/asm/
A Dptrace.h91 #define PTRACE_GETREGS 18 macro
/arch/x86/include/uapi/asm/
A Dptrace-abi.h68 #define PTRACE_GETREGS 12 macro
/arch/m68k/include/uapi/asm/
A Dptrace.h70 #define PTRACE_GETREGS 12 macro
/arch/mips/include/uapi/asm/
A Dptrace.h51 #define PTRACE_GETREGS 12 macro
/arch/arm/include/uapi/asm/
A Dptrace.h16 #define PTRACE_GETREGS 12 macro
/arch/powerpc/include/uapi/asm/
A Dptrace.h182 #define PTRACE_GETREGS 0xc macro
/arch/sparc/include/uapi/asm/
A Dptrace.h332 #define PTRACE_GETREGS 12 macro
/arch/powerpc/kernel/ptrace/
A Dptrace32.c267 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in compat_arch_ptrace()
A Dptrace.c122 case PTRACE_GETREGS: /* Get all pt_regs from the child. */ in arch_ptrace()
/arch/mips/kernel/
A Dptrace32.c272 case PTRACE_GETREGS: in compat_arch_ptrace()
A Dptrace.c1281 case PTRACE_GETREGS: in arch_ptrace()
/arch/m68k/kernel/
A Dptrace.c227 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
/arch/um/os-Linux/skas/
A Dprocess.c95 if (ptrace(PTRACE_GETREGS, pid, 0, regs) < 0) in ptrace_dump_regs()
699 if (ptrace(PTRACE_GETREGS, pid, 0, regs->gp)) { in userspace()
/arch/parisc/kernel/
A Dptrace.c186 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
311 case PTRACE_GETREGS: in compat_arch_ptrace()
/arch/x86/kernel/
A Dptrace.c780 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in arch_ptrace()
1084 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in ia32_arch_ptrace()
1183 case PTRACE_GETREGS: /* Get all gp regs from the child. */ in x32_arch_ptrace()
/arch/sh/kernel/
A Dptrace_32.c413 case PTRACE_GETREGS: in arch_ptrace()
/arch/sparc/kernel/
A Dptrace_32.c374 case PTRACE_GETREGS: { in arch_ptrace()
A Dptrace_64.c946 case PTRACE_GETREGS: in compat_arch_ptrace()
/arch/xtensa/kernel/
A Dptrace.c512 case PTRACE_GETREGS: in arch_ptrace()
/arch/arm/kernel/
A Dptrace.c740 case PTRACE_GETREGS: in arch_ptrace()

Completed in 33 milliseconds