Searched refs:ptrace_get_reg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace32.c | 97 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace() 152 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace() 240 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
|
D | ptrace.c | 221 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function 1550 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ptrace.h | 116 extern int ptrace_get_reg(struct task_struct *task, int regno,
|