Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/uapi/asm/
Dhwcap.h34 #define HWCAP_CPUID (1 << 11) macro
/Linux-v5.10/Documentation/arm64/
Dcpu-feature-registers.rst10 via the HWCAP_CPUID in HWCAPs.
313 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
Delf_hwcaps.rst101 HWCAP_CPUID
/Linux-v5.10/tools/testing/selftests/arm64/mte/
Dmte_common_util.c290 if (!(hwcaps & HWCAP_CPUID)) { in mte_default_setup()