Searched refs:ptrace_put_reg (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | ptrace32.c | 220 ret = ptrace_put_reg(child, index, data); in compat_arch_ptrace() 264 ret = ptrace_put_reg(child, numReg, freg); in compat_arch_ptrace()
|
D | ptrace.c | 211 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg() function 1522 ret = ptrace_put_reg(child, index, data); in arch_ptrace()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ptrace.h | 110 extern int ptrace_put_reg(struct task_struct *task, int regno,
|