Searched refs:SYSCALL_METADATA (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/s390/include/asm/ |
D | syscall_wrapper.h | 46 SYSCALL_METADATA(_##sname, 0); \ 106 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | syscall_wrapper.h | 37 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | syscall_wrapper.h | 68 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | syscall_wrapper.h | 96 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.12.1/arch/x86/include/asm/ |
D | syscall_wrapper.h | 245 SYSCALL_METADATA(_##sname, 0); \
|
/linux-6.12.1/include/linux/ |
D | syscalls.h | 176 #define SYSCALL_METADATA(sname, nb, ...) \ macro 207 #define SYSCALL_METADATA(sname, nb, ...) macro 217 SYSCALL_METADATA(_##sname, 0); \ 233 SYSCALL_METADATA(sname, x, __VA_ARGS__) \
|