Home
last modified time | relevance | path

Searched refs:_sigchld_x32 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsignal_compat.c116 CHECK_CSI_OFFSET(_sigchld_x32); in signal_compat_build_tests()
117 CHECK_CSI_SIZE (_sigchld_x32, 7*sizeof(int)); in signal_compat_build_tests()
118 /* no _sigchld_x32 in the generic siginfo_t */ in signal_compat_build_tests()
119 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) != 0x18); in signal_compat_build_tests()
120 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) != 0x20); in signal_compat_build_tests()
H A Dsignal.c540 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()
541 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsignal_64.c287 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()
288 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
479 /* no _sigchld_x32 in the generic siginfo_t */
480 static_assert(sizeof_field(compat_siginfo_t, _sifields._sigchld_x32) ==
483 offsetof(compat_siginfo_t, _sifields._sigchld_x32));
484 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) == 0x18);
485 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) == 0x20);
/kernel/linux/linux-5.10/include/linux/
H A Dcompat.h211 } _sigchld_x32; member
/kernel/linux/linux-6.6/include/linux/
H A Dcompat.h205 } _sigchld_x32; member
/kernel/linux/linux-5.10/kernel/
H A Dsignal.c3396 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3397 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()
/kernel/linux/linux-6.6/kernel/
H A Dsignal.c3551 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3552 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()

Completed in 16 milliseconds