Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dptrace-generic.h39 extern int poke_user(struct task_struct *child, long addr, long data);
/linux/arch/um/kernel/
H A Dptrace.c56 ret = poke_user(child, addr, data); in arch_ptrace()
/linux/arch/x86/um/
H A Dptrace_32.c100 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
H A Dptrace_64.c112 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
/linux/arch/s390/kernel/
H A Dptrace.c410 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function
441 return poke_user(child, addr, data); in arch_ptrace()
459 ret = poke_user(child, addr, utmp); in arch_ptrace()