Searched refs:poke_user (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/um/ |
H A D | ptrace_32.c | 100 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
H A D | ptrace_64.c | 112 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/linux/arch/s390/kernel/ |
H A D | ptrace.c | 412 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function 443 return poke_user(child, addr, data); in arch_ptrace() 461 ret = poke_user(child, addr, utmp); in arch_ptrace()
|