Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h18 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h49 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h78 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h223 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux/include/linux/
H A Dsyscalls.h237 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
246 #ifndef __SYSCALL_DEFINEx
247 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/linux/init/
H A DKconfig2249 # SYSCALL_DEFINE() and __SYSCALL_DEFINEx() macros in <linux/syscalls.h>