Searched refs:ptrace_get_reg (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
H A Dptrace32.c97 ret = ptrace_get_reg(child, index, &tmp); compat_arch_ptrace()
152 ret = ptrace_get_reg(child, numReg, &tmp2); compat_arch_ptrace()
240 ret = ptrace_get_reg(child, numReg, &freg); compat_arch_ptrace()
H A Dptrace.c221 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) ptrace_get_reg() function
1550 ret = ptrace_get_reg(child, (int) index, &tmp); arch_ptrace()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dptrace.h116 extern int ptrace_get_reg(struct task_struct *task, int regno,

Completed in 130 milliseconds