Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/sys/
H A Dsyscall.h17 #define _syscall(...) __nolibc_syscall_n(__nolibc_syscall_narg(__VA_ARGS__), ##__VA_ARGS__)
18 #define syscall(...) __sysret(_syscall(__VA_ARGS__))
15 #define _syscall(N, ...) __sysret(my_syscall# global() macro
/linux/arch/mips/include/asm/
H A Duasm.h175 Ip_u1(_syscall);
/linux/arch/mips/mm/
H A Duasm.c385 I_u1(_syscall);
/linux/include/linux/
H A Dcompat.h253 int _syscall; /* triggering system call number */ member
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1171 int _syscall; /* triggering system call number */ in TEST_F()
1179 EXPECT_EQ(__NR_getpid, sigsys->_syscall); in FIXTURE()
1165 int _syscall; /* triggering system call number */ TEST_F() member