Searched refs:HWCAP2_SME_FA64 (Results 1 – 7 of 7) sorted by relevance
92 #define HWCAP2_SME_FA64 (1 << 30) macro
244 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()269 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()554 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()
328 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
266 HWCAP2_SME_FA64
51 HWCAP2_SME_FA64
28 * In streaming mode FFR is not accessible unless HWCAP2_SME_FA64 is present
128 return getauxval(AT_HWCAP2) & HWCAP2_SME_FA64; in fa64_supported()