Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dsve-probe-vls.c27 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()
/Linux-v5.10/arch/arm64/include/uapi/asm/
Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/Linux-v5.10/Documentation/arm64/
Delf_hwcaps.rst137 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.