Home
last modified time | relevance | path

Searched refs:__SC_ARGS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h16 __MAP(x,__SC_ARGS \
64 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/openbmc/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
63 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h57 __MAP(x,__SC_ARGS \
232 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h12 __MAP(x, __SC_ARGS \
/openbmc/linux/include/linux/
H A Dsyscalls.h129 #define __SC_ARGS(t, a) a macro
254 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \