Home
last modified time | relevance | path

Searched refs:HWCAP2_CRC32 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/lib/
H A Dcrc32-glue.c100 if (elf_hwcap2 & HWCAP2_CRC32) in crc32_arm_init()
115 if (elf_hwcap2 & (HWCAP2_CRC32 | HWCAP2_PMULL)) in crc32_optimizations()
/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h45 #define HWCAP2_CRC32 (1 << 4) macro
/linux/arch/arm/kernel/
H A Dsetup.c482 elf_hwcap2 |= HWCAP2_CRC32; in cpuid_init_hwcaps()