Searched refs:SYSCALL_METADATA (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/s390/include/asm/ |
D | syscall_wrapper.h | 46 SYSCALL_METADATA(_##sname, 0); \ 106 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | syscall_wrapper.h | 37 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | syscall_wrapper.h | 69 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | syscall_wrapper.h | 70 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.6.21/arch/x86/include/asm/ |
D | syscall_wrapper.h | 245 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.6.21/include/linux/ |
D | syscalls.h | 173 #define SYSCALL_METADATA(sname, nb, ...) \ macro 204 #define SYSCALL_METADATA(sname, nb, ...) macro 214 SYSCALL_METADATA(_##sname, 0); \ 230 SYSCALL_METADATA(sname, x, __VA_ARGS__) \
|