Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dptrace.c323 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user() function
434 return __poke_user(child, addr, data); in poke_user()
863 rc = __poke_user(target, pos, *k++); in s390_regs_set()
874 rc = __poke_user(target, pos, word); in s390_regs_set()