Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dsyscall_wrapper.h18 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/arch/arm64/include/asm/
Dsyscall_wrapper.h49 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/arch/riscv/include/asm/
Dsyscall_wrapper.h51 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/arch/s390/include/asm/
Dsyscall_wrapper.h123 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/arch/x86/include/asm/
Dsyscall_wrapper.h223 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/include/linux/
Dsyscalls.h231 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
240 #ifndef __SYSCALL_DEFINEx
241 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.6.21/init/
DKconfig1988 # SYSCALL_DEFINE() and __SYSCALL_DEFINEx() macros in <linux/syscalls.h>