Searched refs:si_call_addr (Results 1 – 11 of 11) sorted by relevance
170 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x10); in signal_compat_build_tests()173 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_call_addr) != 0x0C); in signal_compat_build_tests()
26 info.si_call_addr = (void __user *)KSTK_EIP(current); in trigger_sigsys()
171 #define si_call_addr _sifields._sigsys._call_addr macro
143 new.ssi_call_addr = (long) kinfo->si_call_addr; in signalfd_copyinfo()
106 task without executing the system call. ``siginfo->si_call_addr``346 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to367 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
1848 info.si_call_addr = (void __user *)KSTK_EIP(current); in force_sig_seccomp()3444 to->si_call_addr = ptr_to_compat(from->si_call_addr); in copy_siginfo_to_external32()3530 to->si_call_addr = compat_ptr(from->si_call_addr); in post_copy_siginfo_from_user32()4728 CHECK_OFFSET(si_call_addr); in siginfo_buildtime_checks()
714 static_assert(offsetof(siginfo_t, si_call_addr) == 0x0c);
493 static_assert(offsetof(compat_siginfo_t, si_call_addr) == 0x0c);
1204 static_assert(offsetof(siginfo_t, si_call_addr) == 0x10);
635 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
1141 &(TRAP_info.si_call_addr); in TEST_F()