Searched refs:__SC_TEST (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 30 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 61 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 85 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 231 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
| /linux/include/linux/ |
| H A D | syscalls.h | 136 #define __SC_TEST(t, a) (void)BUILD_BUG_ON_ZERO(!__TYPE_IS_LL(t) && sizeof(t) > sizeof(long)) macro 259 __MAP(x,__SC_TEST,__VA_ARGS__); \
|