Searched refs:poke_user (Results 1 – 5 of 5) sorted by relevance
/arch/um/sys-ppc/ |
D | ptrace.c | 11 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/arch/um/kernel/ |
D | ptrace.c | 37 extern int poke_user(struct task_struct * child, long addr, long data); 64 ret = poke_user(child, addr, data); in arch_ptrace()
|
/arch/um/sys-x86_64/ |
D | ptrace.c | 62 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/arch/um/sys-i386/ |
D | ptrace.c | 88 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/arch/s390/kernel/ |
D | ptrace.c | 312 poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function 358 return poke_user(child, addr, data); in arch_ptrace() 376 ret = poke_user(child, addr, utmp); in arch_ptrace()
|