Searched refs:HWCAP2_SME (Results 1 – 12 of 12) sorted by relevance
85 #define HWCAP2_SME (1 << 23) macro
382 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in test_one_syscall()447 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()487 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
131 .hwcap_bit = HWCAP2_SME,
339 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
433 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
57 .hwcap = HWCAP2_SME,
52 .hwcap = HWCAP2_SME,
322 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
244 HWCAP2_SME
24 * The presence of SME is reported to userspace via HWCAP2_SME in the aux vector35 present must check for HWCAP2_SME instead.
62 * On hardware that supports the SME extensions, HWCAP2_SME will also be