Home
last modified time | relevance | path

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

/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.h100 SYSCALL_METADATA(_##sname, 0); \
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h245 SYSCALL_METADATA(_##sname, 0); \
/linux/include/linux/
H A Dsyscalls.h178 #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__) \