Searched refs:HWCAP2_SME_FA64 (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm64/include/uapi/asm/
H A Dhwcap.h92 #define HWCAP2_SME_FA64 (1 << 30) macro
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c244 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) {
269 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64))
554 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c128 return getauxval(AT_HWCAP2) & HWCAP2_SME_FA64;
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c328 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)

Completed in 216 milliseconds