Home
last modified time | relevance | path

Searched refs:peek_user (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/um/
H A Dptrace_32.c152 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
H A Dptrace_64.c172 int peek_user(struct task_struct *child, long addr, long data) in peek_user() function
/linux/arch/s390/kernel/
H A Dptrace.c273 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()