Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dcompat_binfmt_elf.c46 #define copy_siginfo_to_external copy_siginfo_to_external32
/linux-6.6.21/arch/x86/kernel/
Dsignal_64.c285 copy_siginfo_to_external32(&new, from); in x32_copy_siginfo_to_user()
/linux-6.6.21/include/linux/
Dcompat.h428 void copy_siginfo_to_external32(struct compat_siginfo *to,
/linux-6.6.21/kernel/
Dsignal.c3419 void copy_siginfo_to_external32(struct compat_siginfo *to, in copy_siginfo_to_external32() function
3492 copy_siginfo_to_external32(&new, from); in __copy_siginfo_to_user32()