Home
last modified time | relevance | path

Searched refs:SYSCALL_METADATA (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h46 SYSCALL_METADATA(_##sname, 0); \
106 SYSCALL_METADATA(_##sname, 0); \
/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h37 SYSCALL_METADATA(_##sname, 0); \
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h68 SYSCALL_METADATA(_##sname, 0); \
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h96 SYSCALL_METADATA(_##sname, 0); \
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h245 SYSCALL_METADATA(_##sname, 0); \
/linux/include/linux/
H A Dsyscalls.h176 #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__) \