Searched refs:peek_user (Results 1 – 5 of 5) sorted by relevance
/arch/um/sys-ppc/ |
D | ptrace.c | 38 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
|
/arch/um/kernel/ |
D | ptrace.c | 36 extern int peek_user(struct task_struct * child, long addr, long data); 53 ret = peek_user(child, addr, data); in arch_ptrace()
|
/arch/um/sys-x86_64/ |
D | ptrace.c | 103 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
|
/arch/um/sys-i386/ |
D | ptrace.c | 128 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
|
/arch/s390/kernel/ |
D | ptrace.c | 205 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user() function 347 return peek_user(child, addr, data); in arch_ptrace() 370 ret = peek_user(child, addr, data); in arch_ptrace()
|