Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Darm-smccc.h400 #define __count_args(...) \ macro
479 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
483 __constraints(__count_args(__VA_ARGS__))); \
527 __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
528 asm ("" : __constraints(__count_args(__VA_ARGS__))); \