Searched refs:__SYSCALL_DEFINEx (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h18 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-master/arch/arm64/include/asm/
H A Dsyscall_wrapper.h49 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-master/arch/s390/include/asm/
H A Dsyscall_wrapper.h123 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-master/arch/riscv/include/asm/
H A Dsyscall_wrapper.h78 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h15 * Instead of the generic __SYSCALL_DEFINEx() definition, the x86 version takes
223 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-master/include/linux/
H A Dsyscalls.h98 * SYSCALL_DEFINE0() and __SYSCALL_DEFINEx() macros, in particular to use a
234 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
243 #ifndef __SYSCALL_DEFINEx
244 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
262 #endif /* __SYSCALL_DEFINEx */

Completed in 269 milliseconds