Searched refs:cpu_feature (Results 1 – 11 of 11) sorted by relevance
15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
17 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
27 #define cpu_feature(x) (x) macro
28 #define cpu_feature(x) __hwcap2_feature(x) macro
22 #define cpu_feature(feature) (feature) macro
268 static const struct cpu_feature __maybe_unused sm4_ce_gcm_cpu_feature[] = {269 { cpu_feature(PMULL) },
540 static const struct cpu_feature __maybe_unused ghash_cpu_feature[] = {541 { cpu_feature(PMULL) }, { }
16 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro466 #define cpu_set_named_feature(name) cpu_set_feature(cpu_feature(name))467 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
458 static const struct cpu_feature kvm_feature[] = {459 { .feature = cpu_feature(LOONGARCH_LVZ) },
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()
273 unsigned long cpu_feature; member323 cur_cpu_spec->cpu_features |= fp->cpu_feature; in check_cpu_feature_properties()
Completed in 20 milliseconds