Searched refs:HWCAP_SVE (Results 1 – 9 of 9) sorted by relevance
45 #define HWCAP_SVE (1 << 22) macro
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()
47 #define HWCAP_SVE (1 << 22) macro
267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
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.