Searched refs:__SC_TEST (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/s390/include/asm/ |
D | syscall_wrapper.h | 77 __MAP(x, __SC_TEST, __VA_ARGS__); \ 99 __MAP(x, __SC_TEST, __VA_ARGS__); \ 135 __MAP(x, __SC_TEST, __VA_ARGS__); \
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | syscall_wrapper.h | 30 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | syscall_wrapper.h | 61 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | syscall_wrapper.h | 85 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
/linux-6.12.1/arch/x86/include/asm/ |
D | syscall_wrapper.h | 231 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
/linux-6.12.1/include/linux/ |
D | compat.h | 83 __MAP(x,__SC_TEST,__VA_ARGS__); \
|
D | syscalls.h | 133 #define __SC_TEST(t, a) (void)BUILD_BUG_ON_ZERO(!__TYPE_IS_LL(t) && sizeof(t) > sizeof(long)) macro 256 __MAP(x,__SC_TEST,__VA_ARGS__); \
|