| H A D | cpufeature.c | 3158 #define __HWCAP_CAP(name, cap_type, cap) \ argument 3161 .hwcap_type = cap_type, \ 3164 #define HWCAP_CAP(reg, field, min_value, cap_type, cap) \ argument 3166 __HWCAP_CAP(#cap, cap_type, cap) \ 3170 #define HWCAP_MULTI_CAP(list, cap_type, cap) \ argument 3172 __HWCAP_CAP(#cap, cap_type, cap) \ 3177 #define HWCAP_CAP_MATCH(match, cap_type, cap) \ argument 3179 __HWCAP_CAP(#cap, cap_type, cap) \ 3183 #define HWCAP_CAP_MATCH_ID(match, reg, field, min_value, cap_type, cap) \ argument 3185 __HWCAP_CAP(#cap, cap_type, cap) \
|