Home
last modified time | relevance | path

Searched refs:si_syscall (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c112 len = snprintf(buf, 1024, "Caught sys_%x\n", info->si_syscall); in handle_sigsys()
115 if (info->si_syscall == MAGIC_SYSCALL_1) in handle_sigsys()
H A Dsud_test.c176 if (info->si_syscall == MAGIC_SYSCALL_1) in handle_sigsys()
/linux/kernel/entry/
H A Dsyscall_user_dispatch.c30 info.si_syscall = syscall_get_nr(current, regs); in trigger_sigsys()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst92 ``siginfo->si_call_addr`` 会展示系统调用指令的位置, ``siginfo->si_syscall``
/linux/fs/
H A Dsignalfd.c143 new.ssi_syscall = kinfo->si_syscall; in signalfd_copyinfo()
/linux/arch/x86/kernel/
H A Dsignal_32.c532 static_assert(offsetof(siginfo32_t, si_syscall) == 0x10);
H A Dsignal_64.c523 static_assert(offsetof(siginfo_t, si_syscall) == 0x18);
/linux/kernel/
H A Dsignal.c1821 info.si_syscall = syscall; in force_sig_seccomp()
3622 to->si_syscall = from->si_syscall; in copy_siginfo_to_external32()
3708 to->si_syscall = from->si_syscall; in post_copy_siginfo_from_user32()
4948 CHECK_OFFSET(si_syscall); in siginfo_buildtime_checks()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c640 PT_SYSCALL_NR(regs->gp) = si->si_syscall; in userspace()
/linux/arch/m68k/kernel/
H A Dsignal.c638 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x10); in siginfo_build_tests()
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst108 ``siginfo->si_syscall`` and ``siginfo->si_arch`` will indicate which
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1159 #ifdef si_syscall in TEST_F()