Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dsyscall_wrapper.h62 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/linux/arch/s390/include/asm/
A Dsyscall_wrapper.h158 __SC_CAST, __MAP(x, __SC_TYPE, __VA_ARGS__))); \
/linux/arch/x86/include/asm/
A Dsyscall_wrapper.h235 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
/linux/include/linux/
A Dsyscalls.h125 #define __SC_CAST(t, a) (__force t) a macro
249 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\

Completed in 7 milliseconds