Home
last modified time | relevance | path

Searched refs:ptrace_get_reg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c87 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace()
141 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace()
228 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
H A Dptrace-decl.h168 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data);
H A Dptrace.c62 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
H A Dptrace-view.c160 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function