Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm64/util/
H A Dperf_regs.c15 #ifndef HWCAP_SVE
16 #define HWCAP_SVE (1 << 22) macro
161 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
/openbmc/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dvlset.c118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
H A Dsve-ptrace.c55 .hwcap = HWCAP_SVE,
751 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dfp-stress.c464 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
H A Dvec-syscfg.c50 .hwcap = HWCAP_SVE,
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dhwcap.h48 #define HWCAP_SVE (1 << 22) macro
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Delf_hwcaps.rst133 HWCAP_SVE
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Delf_hwcaps.rst130 HWCAP_SVE
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c324 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c470 .hwcap_bit = HWCAP_SVE,
H A Dsyscall-abi.c477 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
/openbmc/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst139 HWCAP_SVE
H A 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.