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

/linux-master/fs/
H A Dcompat_binfmt_elf.c46 #define copy_siginfo_to_external copy_siginfo_to_external32
/linux-master/arch/x86/kernel/
H A Dsignal_64.c285 copy_siginfo_to_external32(&new, from);
/linux-master/include/linux/
H A Dcompat.h428 void copy_siginfo_to_external32(struct compat_siginfo *to,
/linux-master/kernel/
H A Dsignal.c3428 * copy_siginfo_to_external32 - copy a kernel siginfo into a compat user siginfo
3437 void copy_siginfo_to_external32(struct compat_siginfo *to, function
3510 copy_siginfo_to_external32(&new, from);

Completed in 114 milliseconds