Home
last modified time | relevance | path

Searched refs:poke_user (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dptrace.c42 extern int poke_user(struct task_struct * child, long addr, long data);
59 ret = poke_user(child, addr, data); in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dptrace_64.c110 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
H A Dptrace_32.c124 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dptrace.c444 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function
475 return poke_user(child, addr, data); in arch_ptrace()
493 ret = poke_user(child, addr, utmp); in arch_ptrace()