Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/uapi/asm/
Dhwcap.h45 #define HWCAP_SVE (1 << 22) macro
/Linux-v4.19/Documentation/arm64/
Delf_hwcaps.txt158 HWCAP_SVE
Dsve.txt24 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector
35 present must check for HWCAP_SVE instead.
/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c1268 …P(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_SVE_SHIFT, FTR_UNSIGNED, ID_AA64PFR0_SVE, CAP_HWCAP, HWCAP_SVE),