Searched refs:__SC_CAST (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | syscall_wrapper.h | 62 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
/linux/arch/s390/include/asm/ |
A D | syscall_wrapper.h | 158 __SC_CAST, __MAP(x, __SC_TYPE, __VA_ARGS__))); \
|
/linux/arch/x86/include/asm/ |
A D | syscall_wrapper.h | 235 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
|
/linux/include/linux/ |
A D | syscalls.h | 125 #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