Home
last modified time | relevance | path

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

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