Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/
H A Dptrace.c41 extern int poke_user(struct task_struct * child, long addr, long data);
58 ret = poke_user(child, addr, data); in arch_ptrace()
/openbmc/linux/arch/x86/um/
H A Dptrace_64.c111 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
H A Dptrace_32.c125 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
/openbmc/linux/arch/s390/kernel/
H A Dptrace.c419 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function
450 return poke_user(child, addr, data); in arch_ptrace()
468 ret = poke_user(child, addr, utmp); in arch_ptrace()