Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h30 __MAP(x,__SC_TEST,__VA_ARGS__); \
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h61 __MAP(x,__SC_TEST,__VA_ARGS__); \
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h85 __MAP(x,__SC_TEST,__VA_ARGS__); \
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h231 __MAP(x,__SC_TEST,__VA_ARGS__); \
/linux/include/linux/
H A Dsyscalls.h136 #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__); \