Home
last modified time | relevance | path

Searched refs:__SC_ARGS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/powerpc/include/asm/
Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.1/arch/x86/include/asm/
Dsyscall_wrapper.h57 __MAP(x,__SC_ARGS \
63 __MAP(x,__SC_ARGS \
237 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.1/arch/arm64/include/asm/
Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
64 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.1/include/linux/
Dsyscalls.h126 #define __SC_ARGS(t, a) a macro
251 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \