Searched refs:HWCAP_SVE (Results 1 – 14 of 14) sorted by relevance
14 #ifndef HWCAP_SVE15 #define HWCAP_SVE (1 << 22) macro155 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
45 .hwcap = HWCAP_SVE,741 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
426 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
47 .hwcap = HWCAP_SVE,
48 #define HWCAP_SVE (1 << 22) macro
365 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in test_one_syscall()418 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
139 .hwcap_bit = HWCAP_SVE,
130 HWCAP_SVE
133 HWCAP_SVE
320 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
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.