Searched refs:SYSCALL_METADATA (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 37 SYSCALL_METADATA(_##sname, 0); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 68 SYSCALL_METADATA(_##sname, 0); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 100 SYSCALL_METADATA(_##sname, 0); \
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 245 SYSCALL_METADATA(_##sname, 0); \
|
| /linux/include/linux/ |
| H A D | syscalls.h | 178 #define SYSCALL_METADATA(sname, nb, ...) \ macro 209 #define SYSCALL_METADATA(sname, nb, ...) macro 219 SYSCALL_METADATA(_##sname, 0); \ 235 SYSCALL_METADATA(sname, x, __VA_ARGS__) \
|