Searched refs:__copy_siginfo_to_user32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsignal_32.c70 #define __copy_siginfo_to_user32 copy_siginfo_to_user macro
355 if (__copy_siginfo_to_user32(&frame->info, &ksig->info))
H A Dsignal_64.c300 return __copy_siginfo_to_user32(to, from);
/linux-master/include/linux/
H A Dcompat.h432 int __copy_siginfo_to_user32(struct compat_siginfo __user *to,
435 #define copy_siginfo_to_user32 __copy_siginfo_to_user32
/linux-master/kernel/
H A Dsignal.c3505 int __copy_siginfo_to_user32(struct compat_siginfo __user *to, function

Completed in 284 milliseconds