Searched refs:__SC_CAST (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 29 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 60 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 84 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 230 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
|
| /linux/include/linux/ |
| H A D | syscalls.h | 133 #define __SC_CAST(t, a) (__force t) a macro 258 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
|