Searched refs:poke_user (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
D | ptrace.c | 42 extern int poke_user(struct task_struct * child, long addr, long data); 59 ret = poke_user(child, addr, data); in arch_ptrace()
|
/linux-4.4.14/arch/x86/um/ |
D | ptrace_64.c | 114 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
D | ptrace_32.c | 121 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/linux-4.4.14/arch/s390/kernel/ |
D | ptrace.c | 405 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function 436 return poke_user(child, addr, data); in arch_ptrace() 454 ret = poke_user(child, addr, utmp); in arch_ptrace()
|