Searched refs:__SC_COMPAT_CAST (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | syscall_wrapper.h | 14 #define __SC_COMPAT_CAST(t, a) \ macro 37 long ret = __s390x_sys##name(__MAP(x,__SC_COMPAT_CAST,__VA_ARGS__));\
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | syscall_wrapper.h | 18 #define __SC_COMPAT_CAST(t, a) \ macro 100 return __do_sys##name(__MAP(x, __SC_COMPAT_CAST, __VA_ARGS__)); \
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | syscall_wrapper.h | 76 #define __SC_COMPAT_CAST(t, a) \ macro 82 SYSCALL_PT_ARGS(x, __SC_COMPAT_CAST, \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | syscall_wrapper.h | 76 #define __SC_COMPAT_CAST(t, a) \ macro 82 SYSCALL_PT_ARGS(x, __SC_COMPAT_CAST, \
|
Completed in 2 milliseconds