Home
last modified time | relevance | path

Searched refs:x86_cpu_id (Results 1 – 25 of 25) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dcpu_device_id.h11 extern const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match);
/linux-3.4.99/arch/x86/kernel/cpu/
Dmatch.c31 const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match) in x86_match_cpu()
33 const struct x86_cpu_id *m; in x86_match_cpu()
/linux-3.4.99/drivers/cpufreq/
Dsc520_freq.c154 static const struct x86_cpu_id sc520_ids[] = {
Delanfreq.c281 static const struct x86_cpu_id elan_id[] = {
Dlongrun.c292 static const struct x86_cpu_id longrun_ids[] = {
Dpowernow-k6.c307 static const struct x86_cpu_id powernow_k6_ids[] = {
Dp4-clockmod.c293 static const struct x86_cpu_id cpufreq_p4_id[] = {
Dspeedstep-ich.c393 static const struct x86_cpu_id ss_smi_ids[] = {
Dspeedstep-smi.c383 static const struct x86_cpu_id ss_smi_ids[] = {
De_powersaver.c444 static const struct x86_cpu_id eps_cpu_id[] = {
Dspeedstep-centrino.c604 static const struct x86_cpu_id centrino_ids[] = {
Dpowernow-k7.c113 static const struct x86_cpu_id powernow_k7_cpuids[] = {
Dlonghaul.c955 static const struct x86_cpu_id longhaul_id[] = {
Dpowernow-k8.c523 static const struct x86_cpu_id powernow_k8_ids[] = {
/linux-3.4.99/drivers/idle/
Dintel_idle.c389 static const struct x86_cpu_id intel_idle_ids[] = {
413 const struct x86_cpu_id *id; in intel_idle_probe()
/linux-3.4.99/arch/x86/crypto/
Dcrc32c-intel.c177 static const struct x86_cpu_id crc32c_cpu_id[] = {
Dghash-clmulni-intel_glue.c306 static const struct x86_cpu_id pcmul_cpu_id[] = {
Daesni-intel_glue.c1258 static const struct x86_cpu_id aesni_cpu_id[] = {
/linux-3.4.99/drivers/hwmon/
Dvia-cputemp.c312 static const struct x86_cpu_id cputemp_ids[] = {
Dcoretemp.c799 static const struct x86_cpu_id coretemp_ids[] = {
/linux-3.4.99/include/linux/
Dmod_devicetable.h577 struct x86_cpu_id { struct
/linux-3.4.99/arch/x86/kernel/
Dmicrocode_core.c519 static const struct x86_cpu_id microcode_id[] = {
/linux-3.4.99/drivers/crypto/
Dpadlock-aes.c507 static struct x86_cpu_id padlock_cpu_id[] = {
Dpadlock-sha.c530 static struct x86_cpu_id padlock_sha_ids[] = {
/linux-3.4.99/scripts/mod/
Dfile2alias.c1038 static int do_x86cpu_entry(const char *filename, struct x86_cpu_id *id, in do_x86cpu_entry()
1055 ADD_TO_DEVTABLE("x86cpu", struct x86_cpu_id, do_x86cpu_entry);