Searched refs:poke_user (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/um/kernel/ |
D | ptrace.c | 41 extern int poke_user(struct task_struct * child, long addr, long data); 58 ret = poke_user(child, addr, data); in arch_ptrace()
|
/linux-6.1.9/arch/x86/um/ |
D | ptrace_64.c | 111 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
D | ptrace_32.c | 125 int poke_user(struct task_struct *child, long addr, long data) in poke_user() function
|
/linux-6.1.9/arch/s390/kernel/ |
D | ptrace.c | 418 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function 449 return poke_user(child, addr, data); in arch_ptrace() 467 ret = poke_user(child, addr, utmp); in arch_ptrace()
|