Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dunistd.h48 #undef K_INLINE_SYSCALL
49 #define K_INLINE_SYSCALL(name, nr, args...) ({ \ macro
108 K_INLINE_SYSCALL(name, 0)
110 K_INLINE_SYSCALL(name, 1, arg1)
112 K_INLINE_SYSCALL(name, 2, arg1, arg2)
114 K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3)
116 K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4)
118 K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5)