Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Darm-smccc.h266 #define __count_args(...) \ macro
345 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
348 __constraints(__count_args(__VA_ARGS__))); \
392 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
393 asm ("" : __constraints(__count_args(__VA_ARGS__))); \