Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dsyscall_wrapper.h46 SYSCALL_METADATA(_##sname, 0); \
106 SYSCALL_METADATA(_##sname, 0); \
/linux-6.15/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h37 SYSCALL_METADATA(_##sname, 0); \
/linux-6.15/arch/arm64/include/asm/
H A Dsyscall_wrapper.h68 SYSCALL_METADATA(_##sname, 0); \
/linux-6.15/arch/riscv/include/asm/
H A Dsyscall_wrapper.h96 SYSCALL_METADATA(_##sname, 0); \
/linux-6.15/arch/x86/include/asm/
H A Dsyscall_wrapper.h245 SYSCALL_METADATA(_##sname, 0); \
/linux-6.15/include/linux/
H A Dsyscalls.h177 #define SYSCALL_METADATA(sname, nb, ...) \ macro
208 #define SYSCALL_METADATA(sname, nb, ...) macro
218 SYSCALL_METADATA(_##sname, 0); \
234 SYSCALL_METADATA(sname, x, __VA_ARGS__) \