Home
last modified time | relevance | path

Searched refs:HWCAP2_SME (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/arm64/signal/testcases/
A Dtpidr2_siginfo.c48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
/linux/arch/arm64/include/uapi/asm/
A Dhwcap.h85 #define HWCAP2_SME (1 << 23) macro
/linux/tools/testing/selftests/arm64/abi/
A Dsyscall-abi.c503 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()
556 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
A Dptrace.c29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
A Dhwcap.c655 .hwcap_bit = HWCAP2_SME,
/linux/tools/testing/selftests/arm64/fp/
A Dza-ptrace.c349 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
A Dfp-stress.c484 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
A Dvec-syscfg.c60 .hwcap = HWCAP2_SME,
A Dsve-ptrace.c62 .hwcap = HWCAP2_SME,
A Dfp-ptrace.c118 return getauxval(AT_HWCAP2) & HWCAP2_SME; in sme_supported()
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c326 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
/linux/Documentation/arch/arm64/
A Delf_hwcaps.rst244 HWCAP2_SME
A Dsme.rst24 * The presence of SME is reported to userspace via HWCAP2_SME in the aux vector
40 present must check for HWCAP2_SME instead.
A Dsve.rst63 * On hardware that supports the SME extensions, HWCAP2_SME will also be

Completed in 27 milliseconds