Searched refs:HWCAP_SVE (Results 1 – 6 of 6) sorted by relevance
27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
45 #define HWCAP_SVE (1 << 22) macro
137 HWCAP_SVE
26 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector37 present must check for HWCAP_SVE instead.