Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompat.h436 int __copy_siginfo_to_user32(struct compat_siginfo __user *to,
439 #define copy_siginfo_to_user32 __copy_siginfo_to_user32
/linux/arch/x86/kernel/
H A Dsignal_64.c302 return __copy_siginfo_to_user32(to, from); in copy_siginfo_to_user32()
/linux/kernel/
H A Dsignal.c3630 int __copy_siginfo_to_user32(struct compat_siginfo __user *to, in __copy_siginfo_to_user32() function