Searched refs:si_call_addr (Results 1 – 8 of 8) sorted by relevance
154 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x10); in signal_compat_build_tests()157 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_call_addr) != 0x0C); in signal_compat_build_tests()
159 #define si_call_addr _sifields._sigsys._call_addr macro
106 task without executing the system call. ``siginfo->si_call_addr``240 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to261 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
154 new.ssi_call_addr = (long) kinfo->si_call_addr; in signalfd_copyinfo()
2982 new.si_call_addr = ptr_to_compat(from->si_call_addr); in __copy_siginfo_to_user32()3069 to->si_call_addr = compat_ptr(from.si_call_addr); in copy_siginfo_from_user32()
530 info->si_call_addr = (void __user *)KSTK_EIP(current); in seccomp_init_siginfo()
631 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
955 &(TRAP_info.si_call_addr); in TEST_F()