Searched refs:ptrace_read_user (Results 1 - 4 of 4) sorted by relevance

/arch/unicore32/kernel/
H A Dptrace.c63 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, function
95 ret = ptrace_read_user(child, addr, datap);
/arch/avr32/kernel/
H A Dptrace.c73 static int ptrace_read_user(struct task_struct *tsk, unsigned long offset, function
80 printk("ptrace_read_user: invalid offset 0x%08lx\n", offset);
90 pr_debug("ptrace_read_user(%s[%u], %#lx, %p) -> %#lx\n",
163 ret = ptrace_read_user(child, addr, datap);
/arch/m32r/kernel/
H A Dptrace.c71 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, function
642 ret = ptrace_read_user(child, addr, datap);
/arch/arm/kernel/
H A Dptrace.c259 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, function
806 ret = ptrace_read_user(child, addr, datap);

Completed in 59 milliseconds