Searched refs:cpu_feature (Results 1 – 11 of 11) sorted by relevance
19 #define cpu_feature(feature) (feature) macro
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
235 static const struct cpu_feature __maybe_unused crc32_cpu_feature[] = {236 { cpu_feature(CRC32) }, { cpu_feature(PMULL) }, { }
16 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro438 #define cpu_set_named_feature(name) cpu_set_feature(cpu_feature(name))439 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
273 static const struct cpu_feature __maybe_unused sm4_ce_gcm_cpu_feature[] = {274 { cpu_feature(PMULL) },
580 static const struct cpu_feature __maybe_unused ghash_cpu_feature[] = {581 { cpu_feature(PMULL) }, { }
902 unsigned long cpu_feature; member931 .cpu_feature = CPU_FTR_ARCH_300,1474 .cpu_feature = CPU_FTR_ARCH_31,1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
269 unsigned long cpu_feature; member319 cur_cpu_spec->cpu_features |= fp->cpu_feature; in check_cpu_feature_properties()