Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/abi/
A Dhwcap.c1205 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() local
1250 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 …]
A D.gitignore1 hwcap
A DMakefile4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2
/tools/testing/selftests/arm64/bti/
A Dtest.c161 unsigned long hwcap = 0, hwcap2 = 0; in start() local
176 hwcap = auxv->val; in start()
186 if (hwcap & HWCAP_PACA) in start()
193 if (!(hwcap & HWCAP_PACA)) in start()
/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c46 unsigned long hwcap; member
55 .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()
A Dvec-syscfg.c30 unsigned long hwcap; member
50 .hwcap = HWCAP_SVE,
60 .hwcap = HWCAP2_SME,
71 return getauxval(data->hwcap_type) & data->hwcap; in vec_type_supported()

Completed in 12 milliseconds