Searched refs:si_call_addr (Results 1 – 13 of 13) sorted by relevance
92 ``siginfo->si_call_addr`` 会展示系统调用指令的位置, ``siginfo->si_syscall``274 - ``SECCOMP_RET_TRAP`` 的返回值会设置一个指向给定vsyscall入口的 ``si_call_addr``,288 ``siginfo->si_call_addr`` 。)不要检测其他条件:未来内核可能会改进vsyscall模拟,
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()3447 to->si_call_addr = ptr_to_compat(from->si_call_addr); in copy_siginfo_to_external32()3533 to->si_call_addr = compat_ptr(from->si_call_addr); in post_copy_siginfo_from_user32()4731 CHECK_OFFSET(si_call_addr); in siginfo_buildtime_checks()
503 static_assert(offsetof(siginfo32_t, si_call_addr) == 0x0C);
506 static_assert(offsetof(siginfo_t, si_call_addr) == 0x10);
714 static_assert(offsetof(siginfo_t, si_call_addr) == 0x0c);
493 static_assert(offsetof(compat_siginfo_t, si_call_addr) == 0x0c);
1374 static_assert(offsetof(siginfo_t, si_call_addr) == 0x10);
635 BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c); in siginfo_build_tests()
1147 &(TRAP_info.si_call_addr); in TEST_F()
Completed in 55 milliseconds