Searched refs:si_syscall (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/syscall_user_dispatch/ |
| D | sud_benchmark.c | 112 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()
|
| D | sud_test.c | 156 if (info->si_syscall == MAGIC_SYSCALL_1) in handle_sigsys()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | signal_compat.c | 169 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x18); in signal_compat_build_tests() 172 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_syscall) != 0x10); in signal_compat_build_tests()
|
| /Linux-v5.15/kernel/entry/ |
| D | syscall_user_dispatch.c | 29 info.si_syscall = syscall_get_nr(current, regs); in trigger_sigsys()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | siginfo.h | 170 #define si_syscall _sifields._sigsys._syscall macro
|
| /Linux-v5.15/fs/ |
| D | signalfd.c | 154 new.ssi_syscall = kinfo->si_syscall; in signalfd_copyinfo()
|
| /Linux-v5.15/kernel/ |
| D | signal.c | 1806 info.si_syscall = syscall; in force_sig_seccomp() 3440 to->si_syscall = from->si_syscall; in copy_siginfo_to_external32() 3525 to->si_syscall = from->si_syscall; in post_copy_siginfo_from_user32() 4685 CHECK_OFFSET(si_syscall); in siginfo_buildtime_checks()
|
| /Linux-v5.15/arch/arm/kernel/ |
| D | signal.c | 714 static_assert(offsetof(siginfo_t, si_syscall) == 0x10);
|
| /Linux-v5.15/arch/arm64/kernel/ |
| D | signal32.c | 493 static_assert(offsetof(compat_siginfo_t, si_syscall) == 0x10);
|
| D | signal.c | 1016 static_assert(offsetof(siginfo_t, si_syscall) == 0x18);
|
| /Linux-v5.15/arch/m68k/kernel/ |
| D | signal.c | 635 BUILD_BUG_ON(offsetof(siginfo_t, si_syscall) != 0x10); in siginfo_build_tests()
|
| /Linux-v5.15/Documentation/userspace-api/ |
| D | seccomp_filter.rst | 108 ``siginfo->si_syscall`` and ``siginfo->si_arch`` will indicate which
|
| /Linux-v5.15/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 1133 #ifdef si_syscall in TEST_F()
|