Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Darm-smccc.h230 #define __count_args(...) \ macro
309 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
312 __constraints(__count_args(__VA_ARGS__))); \
356 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
357 asm ("" : __constraints(__count_args(__VA_ARGS__))); \