Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/arch/arm64/util/
Dperf_regs.c14 #ifndef HWCAP_SVE
15 #define HWCAP_SVE (1 << 22) macro
155 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
/linux-6.1.9/tools/testing/selftests/arm64/fp/
Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dvlset.c118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
Dsve-ptrace.c45 .hwcap = HWCAP_SVE,
741 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dfp-stress.c426 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
Dvec-syscfg.c47 .hwcap = HWCAP_SVE,
/linux-6.1.9/arch/arm64/include/uapi/asm/
Dhwcap.h48 #define HWCAP_SVE (1 << 22) macro
/linux-6.1.9/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c365 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in test_one_syscall()
418 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
Dhwcap.c139 .hwcap_bit = HWCAP_SVE,
/linux-6.1.9/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst130 HWCAP_SVE
/linux-6.1.9/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst133 HWCAP_SVE
/linux-6.1.9/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c320 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/linux-6.1.9/Documentation/arm64/
Delf_hwcaps.rst139 HWCAP_SVE
Dsve.rst32 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector
43 present must check for HWCAP_SVE instead.