Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
A Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/linux/tools/testing/selftests/arm64/fp/
A Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
A Dvlset.c112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
A Dsve-ptrace.c544 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
A Dvec-syscfg.c49 .hwcap = HWCAP_SVE,
/linux/Documentation/translations/zh_TW/arm64/
A Delf_hwcaps.rst133 HWCAP_SVE
/linux/Documentation/translations/zh_CN/arm64/
A Delf_hwcaps.rst130 HWCAP_SVE
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/linux/Documentation/arm64/
A Delf_hwcaps.rst139 HWCAP_SVE
A 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.

Completed in 11 milliseconds