Searched refs:HWCAP_SVE (Results 1 – 15 of 15) sorted by relevance
15 #ifndef HWCAP_SVE16 #define HWCAP_SVE (1 << 22) macro161 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
55 .hwcap = HWCAP_SVE,751 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
464 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
50 .hwcap = HWCAP_SVE,
48 #define HWCAP_SVE (1 << 22) macro
133 HWCAP_SVE
130 HWCAP_SVE
324 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
470 .hwcap_bit = HWCAP_SVE,
477 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
139 HWCAP_SVE
32 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector43 present must check for HWCAP_SVE instead.