Searched refs:cpu_feature (Results 1 – 15 of 15) 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))) \
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
55 unsigned int cpu_feature; member236 switch (data->cpu_feature) { in extract_freq()781 data->cpu_feature = SYSTEM_IO_CAPABLE; in acpi_cpufreq_cpu_init()788 data->cpu_feature = SYSTEM_INTEL_MSR_CAPABLE; in acpi_cpufreq_cpu_init()794 data->cpu_feature = SYSTEM_AMD_MSR_CAPABLE; in acpi_cpufreq_cpu_init()
16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
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) }, { }
16 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro443 #define cpu_set_named_feature(name) cpu_set_feature(cpu_feature(name))444 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
198 DEVID(cpu_feature); in main() 199 DEVID_FIELD(cpu_feature, feature); in main()
1107 DEF_FIELD(symval, cpu_feature, feature); in do_cpu_entry()
455 static const struct cpu_feature kvm_feature[] = {456 { .feature = cpu_feature(LOONGARCH_LVZ) },
171 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mips_init()