Searched refs:__SYSCALL_DEFINEx (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 18 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 49 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 78 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 223 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
|
| /linux/include/linux/ |
| H A D | syscalls.h | 237 __SYSCALL_DEFINEx(x, sname, __VA_ARGS__) 246 #ifndef __SYSCALL_DEFINEx 247 #define __SYSCALL_DEFINEx(x, name, ...) \ macro
|
| /linux/init/ |
| H A D | Kconfig | 2249 # SYSCALL_DEFINE() and __SYSCALL_DEFINEx() macros in <linux/syscalls.h>
|