Searched refs:ptrace_read_user (Results 1 – 4 of 4) sorted by relevance
/arch/unicore32/kernel/ |
D | ptrace.c | 63 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user() function 95 ret = ptrace_read_user(child, addr, datap); in arch_ptrace()
|
/arch/avr32/kernel/ |
D | ptrace.c | 73 static int ptrace_read_user(struct task_struct *tsk, unsigned long offset, in ptrace_read_user() function 163 ret = ptrace_read_user(child, addr, datap); in arch_ptrace()
|
/arch/m32r/kernel/ |
D | ptrace.c | 71 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user() function 647 ret = ptrace_read_user(child, addr, datap); in arch_ptrace()
|
/arch/arm/kernel/ |
D | ptrace.c | 259 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user() function 806 ret = ptrace_read_user(child, addr, datap); in arch_ptrace()
|