Searched refs:hwcap (Results 1 – 6 of 6) sorted by relevance
1205 if (!hwcap->SIG##_fn) { \1214 hwcap->SIG##_fn(); \1219 #SIG"_%s\n", hwcap->name); \1223 #SIG"_%s\n", hwcap->name); \1228 hwcap->name); \1230 hwcap->name); \1243 const struct hwcap_data *hwcap; in main() local1250 hwcap = &hwcaps[i]; in main()1252 have_hwcap = getauxval(hwcap->at_hwcap) & hwcap->hwcap_bit; in main()1259 "cpuinfo_match_%s\n", hwcap->name); in main()[all …]
1 hwcap
4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2
161 unsigned long hwcap = 0, hwcap2 = 0; in start() local176 hwcap = auxv->val; in start()186 if (hwcap & HWCAP_PACA) in start()193 if (!(hwcap & HWCAP_PACA)) in start()
46 unsigned long hwcap; member55 .hwcap = HWCAP_SVE,62 .hwcap = HWCAP2_SME,687 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()697 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()712 vec_types[i].hwcap) { in do_parent()
30 unsigned long hwcap; member50 .hwcap = HWCAP_SVE,60 .hwcap = HWCAP2_SME,71 return getauxval(data->hwcap_type) & data->hwcap; in vec_type_supported()
Completed in 12 milliseconds