Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h45 #define HWCAP2_CRC32 (1 << 4) macro
/openbmc/linux/arch/arm/crypto/
H A Dcrc32-ce-glue.c214 if (elf_hwcap2 & HWCAP2_CRC32) { in crc32_pmull_mod_init()
221 } else if (!(elf_hwcap2 & HWCAP2_CRC32)) { in crc32_pmull_mod_init()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c482 elf_hwcap2 |= HWCAP2_CRC32; in cpuid_init_hwcaps()