Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h45 return __do_sys##name(__MAP(x, __SC_CAST, __VA_ARGS__)); \
/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h29 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/linux/include/linux/
H A Dlivepatch_helpers.h68 long ret = __klp_do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
H A Dsyscalls.h132 #define __SC_CAST(t, a) (__force t) a macro
257 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h60 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h84 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__)); \
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h230 long ret = __do_sys##name(__MAP(x,__SC_CAST,__VA_ARGS__));\