Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
H A Dhwcap.h108 #define HWCAP2_SME_FA64 (1 << 30) macro
/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/Documentation/arch/arm64/
H A Delf_hwcaps.rst330 HWCAP2_SME_FA64
H A Dsme.rst51 HWCAP2_SME_FA64
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c149 return getauxval(AT_HWCAP2) & HWCAP2_SME_FA64; in fa64_supported()