Home
last modified time | relevance | path

Searched refs:HWCAP2_SME2 (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/arm64/include/uapi/asm/
Dhwcap.h99 #define HWCAP2_SME2 (1UL << 37) macro
/linux-6.12.1/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c353 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) in check_zt()
549 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in main()
Dhwcap.c663 .hwcap_bit = HWCAP2_SME2,
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dzt-ptrace.c340 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) { in main()
Dfp-stress.c491 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) { in main()
Dfp-ptrace.c123 return getauxval(AT_HWCAP2) & HWCAP2_SME2; in sme2_supported()
/linux-6.12.1/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c330 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in test_init()
/linux-6.12.1/Documentation/arch/arm64/
Delf_hwcaps.rst287 HWCAP2_SME2
Dsme.rst29 * The presence of SME2 is reported to userspace via HWCAP2_SME2 in the
52 HWCAP2_SME2