Home
last modified time | relevance | path

Searched refs:_syscall (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/include/nolibc/
H A Dunistd.h61 #define _syscall(N, ...) __sysret(my_syscall##N(__VA_ARGS__)) macro
62 #define _syscall_n(N, ...) _syscall(N, __VA_ARGS__)
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h116 int _syscall; /* triggering system call number */ member
172 #define si_syscall _sifields._sigsys._syscall
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h89 int _syscall; member
/openbmc/qemu/bsd-user/
H A Dsignal.c254 tinfo->_reason._capsicum._syscall = in host_to_target_siginfo_noswap()
255 info->_reason._capsicum._syscall; in host_to_target_siginfo_noswap()
310 __put_user(info->_reason._capsicum._syscall, in tswap_siginfo()
311 &tinfo->_reason._capsicum._syscall); in tswap_siginfo()
/openbmc/linux/arch/mips/include/asm/
H A Duasm.h175 Ip_u1(_syscall);
/openbmc/linux/arch/mips/mm/
H A Duasm.c385 I_u1(_syscall);
/openbmc/linux/include/linux/
H A Dcompat.h249 int _syscall; /* triggering system call number */ member
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1143 int _syscall; /* triggering system call number */ in TEST_F() member
1151 EXPECT_EQ(__NR_getpid, sigsys->_syscall); in TEST_F()