Searched refs:ptrace_get_reg (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ptrace32.c | 97 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 D | ptrace.c | 221 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 D | ptrace.h | 116 extern int ptrace_get_reg(struct task_struct *task, int regno,
|
Completed in 130 milliseconds