Searched refs:HWCAP2_SME (Results 1 – 14 of 14) sorted by relevance
48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
85 #define HWCAP2_SME (1 << 23) macro
503 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()556 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
655 .hwcap_bit = HWCAP2_SME,
349 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
484 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
60 .hwcap = HWCAP2_SME,
62 .hwcap = HWCAP2_SME,
118 return getauxval(AT_HWCAP2) & HWCAP2_SME; in sme_supported()
326 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 vector40 present must check for HWCAP2_SME instead.
63 * On hardware that supports the SME extensions, HWCAP2_SME will also be