Searched refs:si_call_addr (Results 1 – 11 of 11) sorted by relevance
168 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x10); in signal_compat_build_tests()171 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()
169 #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``336 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to357 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
1833 info.si_call_addr = (void __user *)KSTK_EIP(current); in force_sig_seccomp()3436 to->si_call_addr = ptr_to_compat(from->si_call_addr); in copy_siginfo_to_external32()3521 to->si_call_addr = compat_ptr(from->si_call_addr); in post_copy_siginfo_from_user32()4717 CHECK_OFFSET(si_call_addr); in siginfo_buildtime_checks()
713 static_assert(offsetof(siginfo_t, si_call_addr) == 0x0c);
492 static_assert(offsetof(compat_siginfo_t, si_call_addr) == 0x0c);
1015 static_assert(offsetof(siginfo_t, si_call_addr) == 0x10);
634 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
1134 &(TRAP_info.si_call_addr); in TEST_F()
Completed in 37 milliseconds