Home
last modified time | relevance | path

Searched refs:HWCAP2_PMULL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h42 #define HWCAP2_PMULL (1 << 1) macro
/openbmc/linux/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c72 if (!(elf_hwcap2 & HWCAP2_PMULL)) in crc_t10dif_mod_init()
H A Dghash-ce-glue.c758 if (elf_hwcap2 & HWCAP2_PMULL) { in ghash_ce_mod_init()
779 if (elf_hwcap2 & HWCAP2_PMULL) in ghash_ce_mod_init()
789 if (elf_hwcap2 & HWCAP2_PMULL) in ghash_ce_mod_exit()
H A Dcrc32-ce-glue.c210 if (elf_hwcap2 & HWCAP2_PMULL) { in crc32_pmull_mod_init()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c468 elf_hwcap2 |= HWCAP2_PMULL; in cpuid_init_hwcaps()