Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h14 __MAP(x,__SC_ARGS \
62 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h22 __MAP(x,__SC_ARGS \
86 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h57 __MAP(x,__SC_ARGS \
232 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux/include/linux/
H A Dsyscalls.h135 #define __SC_ARGS(t, a) a macro
260 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \