Home
last modified time | relevance | path

Searched refs:HWCAP2_SME_FA64 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c244 !(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()
/linux/arch/arm64/include/uapi/asm/
H A Dhwcap.h108 #define HWCAP2_SME_FA64 (1 << 30) macro
/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c338 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst330 HWCAP2_SME_FA64
H A Dsme.rst51 HWCAP2_SME_FA64
H A Dsve.rst28 * In streaming mode FFR is not accessible unless HWCAP2_SME_FA64 is present
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c149 return getauxval(AT_HWCAP2) & HWCAP2_SME_FA64; in fa64_supported()