Home
last modified time | relevance | path

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

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