Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h29 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h62 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/openbmc/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h61 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h136 return __do_sys##name(__MAP(x, __SC_CAST, __VA_ARGS__)); \
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h230 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
/openbmc/linux/include/linux/
H A Dsyscalls.h127 #define __SC_CAST(t, a) (__force t) a macro
252 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\