Home
last modified time | relevance | path

Searched refs:cpu_feature (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dcpufeature.h45 static struct cpu_feature const __maybe_unused cpu_feature_match_ ## x[] = \
46 { { .feature = cpu_feature(x) }, { } }; \
51 if (!cpu_have_feature(cpu_feature(x))) \
H A Dmod_devicetable.h714 struct cpu_feature { struct
/linux/arch/loongarch/include/asm/
H A Dcpufeature.h17 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
/linux/arch/mips/include/asm/
H A Dcpufeature.h15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
/linux/arch/powerpc/include/asm/
H A Dcpufeature.h27 #define cpu_feature(x) (x) macro
/linux/arch/arm/include/asm/
H A Dcpufeature.h28 #define cpu_feature(x) __hwcap2_feature(x) macro
/linux/crypto/
H A Daegis128-neon.c16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c250 static const struct cpu_feature __maybe_unused sm4_ce_gcm_cpu_feature[] = {
251 { cpu_feature(PMULL) },
H A Dghash-ce-glue.c539 static const struct cpu_feature __maybe_unused ghash_cpu_feature[] = {
540 { cpu_feature(PMULL) }, { }
/linux/arch/loongarch/kvm/
H A Dmain.c458 static const struct cpu_feature kvm_feature[] = {
459 { .feature = cpu_feature(LOONGARCH_LVZ) },
/linux/scripts/mod/
H A Ddevicetable-offsets.c199 DEVID(cpu_feature); in main()
200 DEVID_FIELD(cpu_feature, feature); in main()
H A Dfile2alias.c1108 DEF_FIELD(symval, cpu_feature, feature); in do_cpu_entry()
/linux/lib/crc/mips/
H A Dcrc32.h153 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mod_init_arch()