Searched refs:cpu_feature (Results 1 – 13 of 13) sorted by relevance
45 static struct cpu_feature const __maybe_unused cpu_feature_match_ ## x[] = \46 { { .feature = cpu_feature(x) }, { } }; \51 if (!cpu_have_feature(cpu_feature(x))) \
714 struct cpu_feature { struct
17 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
27 #define cpu_feature(x) (x) macro
28 #define cpu_feature(x) __hwcap2_feature(x) macro
16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
250 static const struct cpu_feature __maybe_unused sm4_ce_gcm_cpu_feature[] = {251 { cpu_feature(PMULL) },
539 static const struct cpu_feature __maybe_unused ghash_cpu_feature[] = {540 { cpu_feature(PMULL) }, { }
458 static const struct cpu_feature kvm_feature[] = {459 { .feature = cpu_feature(LOONGARCH_LVZ) },
199 DEVID(cpu_feature); in main()200 DEVID_FIELD(cpu_feature, feature); in main()
1108 DEF_FIELD(symval, cpu_feature, feature); in do_cpu_entry()
153 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mod_init_arch()