Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dvlset.c112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
H A Dsve-ptrace.c318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dhwcap.h47 #define HWCAP_SVE (1 << 22) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Delf_hwcaps.rst137 HWCAP_SVE
H 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.