Searched refs:peek_user (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/um/ |
H A D | ptrace_32.c | 152 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
|
H A D | ptrace_64.c | 172 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
|
/linux/arch/s390/kernel/ |
H A D | ptrace.c | 273 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user() function 439 return peek_user(child, addr, data); in arch_ptrace() 455 ret = peek_user(child, addr, data); in arch_ptrace()
|