Home
last modified time | relevance | path

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

/linux-6.15/arch/um/include/asm/
H A Dptrace-generic.h39 extern int poke_user(struct task_struct *child, long addr, long data);
/linux-6.15/arch/um/kernel/
H A Dptrace.c53 ret = poke_user(child, addr, data); in arch_ptrace()
/linux-6.15/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-6.15/arch/s390/kernel/
H A Dptrace.c415 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() function
446 return poke_user(child, addr, data); in arch_ptrace()
464 ret = poke_user(child, addr, utmp); in arch_ptrace()