Home
last modified time | relevance | path

Searched defs:_syscall (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/nolibc/
H A Dunistd.h61 #define _syscall(N, ...) __sysret(my_syscall##N(__VA_ARGS__)) macro
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1145 int _syscall; /* triggering system call number */ in TEST_F() member