Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dsyscall_wrapper.h18 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/arch/arm64/include/asm/
Dsyscall_wrapper.h49 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/arch/riscv/include/asm/
Dsyscall_wrapper.h78 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/arch/s390/include/asm/
Dsyscall_wrapper.h123 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/arch/x86/include/asm/
Dsyscall_wrapper.h223 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/include/linux/
Dsyscalls.h234 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
243 #ifndef __SYSCALL_DEFINEx
244 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux-6.12.1/init/
DKconfig2047 # SYSCALL_DEFINE() and __SYSCALL_DEFINEx() macros in <linux/syscalls.h>