Searched refs:ptrace_get_reg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 86 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace() 141 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace() 230 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
|
| H A D | ptrace.c | 70 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
|
| H A D | ptrace-view.c | 159 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 160 extern int ptrace_get_reg(struct task_struct *task, int regno,
|