Home
last modified time | relevance | path

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

/arch/arm/include/uapi/asm/
Dhwcap.h35 #define HWCAP2_PMULL (1 << 1) macro
/arch/arm/crypto/
Dghash-ce-glue.c320 if (!(elf_hwcap2 & HWCAP2_PMULL)) in ghash_ce_mod_init()
/arch/arm/kernel/
Dsetup.c407 elf_hwcap2 |= HWCAP2_PMULL; in cpuid_init_hwcaps()