Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dsyscall_wrapper.h51 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/Linux-v5.10/arch/s390/include/asm/
Dsyscall_wrapper.h116 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/Linux-v5.10/arch/x86/include/asm/
Dsyscall_wrapper.h227 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/Linux-v5.10/include/linux/
Dsyscalls.h224 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
233 #ifndef __SYSCALL_DEFINEx
234 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
/Linux-v5.10/init/
DKconfig2351 # SYSCALL_DEFINE() and __SYSCALL_DEFINEx() macros in <linux/syscalls.h>