Searched refs:__SC_CAST (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/ |
D | syscall_wrapper.h | 29 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | syscall_wrapper.h | 60 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | syscall_wrapper.h | 84 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
|
/linux-6.12.1/arch/s390/include/asm/ |
D | syscall_wrapper.h | 136 return __do_sys##name(__MAP(x, __SC_CAST, __VA_ARGS__)); \
|
/linux-6.12.1/arch/x86/include/asm/ |
D | syscall_wrapper.h | 230 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
|
/linux-6.12.1/include/linux/ |
D | syscalls.h | 130 #define __SC_CAST(t, a) (__force t) a macro 255 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
|