Searched refs:x86_match_cpu (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dcpu_device_id.h11 extern const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match);
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dmatch.c8 * x86_match_cpu - match current CPU again an array of x86_cpu_ids
31 const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match) x86_match_cpu() function
49 EXPORT_SYMBOL(x86_match_cpu); variable
H A Dperf_event_intel_rapl.c708 if (!x86_match_cpu(rapl_cpu_match)) rapl_pmu_init()
H A Dperf_event_intel_cqm.c1317 if (!x86_match_cpu(intel_cqm_match)) intel_cqm_init()
/linux-4.1.27/drivers/cpufreq/
H A Dsc520_freq.c110 if (!x86_match_cpu(sc520_ids)) sc520_freq_init()
H A Delanfreq.c212 if (!x86_match_cpu(elan_id)) elanfreq_init()
H A Dlongrun.c303 if (!x86_match_cpu(longrun_ids)) longrun_init()
H A Dp4-clockmod.c263 if (!x86_match_cpu(cpufreq_p4_id) || !boot_cpu_has(X86_FEATURE_ACPI)) cpufreq_p4_init()
H A Dpowernow-k6.c274 if (!x86_match_cpu(powernow_k6_ids)) powernow_k6_init()
H A Dspeedstep-ich.c338 if (!x86_match_cpu(ss_smi_ids)) speedstep_init()
H A Dspeedstep-smi.c320 if (!x86_match_cpu(ss_smi_ids)) speedstep_init()
H A De_powersaver.c411 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) eps_init()
H A Dpowernow-k7.c123 if (!x86_match_cpu(powernow_k7_cpuids)) check_powernow()
H A Dspeedstep-centrino.c551 if (!x86_match_cpu(centrino_ids)) centrino_init()
H A Dintel_pstate.c1178 id = x86_match_cpu(intel_pstate_cpu_oob_ids); intel_pstate_platform_pwr_mgmt_exists()
1218 id = x86_match_cpu(intel_pstate_cpu_ids); intel_pstate_init()
H A Dlonghaul.c933 if (!x86_match_cpu(longhaul_id)) longhaul_init()
H A Dpowernow-k8.c1209 if (!x86_match_cpu(powernow_k8_ids)) powernowk8_init()
/linux-4.1.27/arch/x86/platform/intel-quark/
H A Dimr_selftest.c118 if (x86_match_cpu(imr_ids)) imr_self_test_init()
H A Dimr.c629 if (!x86_match_cpu(imr_ids) || !iosf_mbi_available()) imr_init()
/linux-4.1.27/arch/x86/crypto/
H A Dcrct10dif-pclmul_glue.c132 if (!x86_match_cpu(crct10dif_cpu_id)) crct10dif_intel_mod_init()
H A Dcrc32-pclmul_glue.c182 if (!x86_match_cpu(crc32pclmul_cpu_id)) { crc32_pclmul_mod_init()
H A Dcrc32c-intel_glue.c258 if (!x86_match_cpu(crc32c_cpu_id)) crc32c_intel_mod_init()
H A Dghash-clmulni-intel_glue.c318 if (!x86_match_cpu(pcmul_cpu_id)) ghash_pclmulqdqni_mod_init()
H A Daesni-intel_glue.c1583 if (!x86_match_cpu(aesni_cpu_id)) aesni_init()
/linux-4.1.27/drivers/hwmon/
H A Dvia-cputemp.c314 if (!x86_match_cpu(cputemp_ids)) via_cputemp_init()
H A Dcoretemp.c804 if (!x86_match_cpu(coretemp_ids)) coretemp_init()
/linux-4.1.27/drivers/thermal/
H A Dintel_soc_dts_thermal.c425 match_cpu = x86_match_cpu(soc_thermal_ids); intel_soc_thermal_init()
H A Dx86_pkg_temp_thermal.c584 if (!x86_match_cpu(pkg_temp_thermal_ids)) pkg_temp_thermal_init()
H A Dintel_powerclamp.c706 if (!x86_match_cpu(intel_powerclamp_ids)) { powerclamp_probe()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-dev.c593 if (!x86_match_cpu(ccp_support)) ccp_mod_init()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c515 if (!x86_match_cpu(padlock_cpu_id)) padlock_init()
H A Dpadlock-sha.c543 if (!x86_match_cpu(padlock_sha_ids) || !cpu_has_phe_enabled) padlock_init()
/linux-4.1.27/include/linux/
H A Dmod_devicetable.h559 * See documentation of "x86_match_cpu" for details.
/linux-4.1.27/drivers/idle/
H A Dintel_idle.c864 id = x86_match_cpu(intel_idle_ids); intel_idle_probe()
/linux-4.1.27/drivers/powercap/
H A Dintel_rapl.c1476 id = x86_match_cpu(rapl_ids); rapl_init()

Completed in 620 milliseconds