Home
last modified time | relevance | path

Searched refs:HWCAP_SVE (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/arch/arm64/include/uapi/asm/
Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/Linux-v5.15/tools/testing/selftests/arm64/fp/
Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dvlset.c112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
Dsve-ptrace.c318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dvec-syscfg.c49 .hwcap = HWCAP_SVE,
/Linux-v5.15/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst130 HWCAP_SVE
/Linux-v5.15/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst133 HWCAP_SVE
/Linux-v5.15/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/Linux-v5.15/Documentation/arm64/
Delf_hwcaps.rst139 HWCAP_SVE
Dsve.rst26 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector
37 present must check for HWCAP_SVE instead.