Searched refs:cpu_ids (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/drivers/cpufreq/ |
| D | speedstep-centrino.c | 52 static const struct cpu_id cpu_ids[] = { variable 60 #define N_IDS ARRAY_SIZE(cpu_ids) 205 #define BANIAS(max) _BANIAS(&cpu_ids[CPU_BANIAS], max, #max) 211 _BANIAS(&cpu_ids[CPU_BANIAS], 900, " 900"), 222 { &cpu_ids[CPU_DOTHAN_A1], NULL, 0, NULL }, 223 { &cpu_ids[CPU_DOTHAN_A2], NULL, 0, NULL }, 224 { &cpu_ids[CPU_DOTHAN_B0], NULL, 0, NULL }, 225 { &cpu_ids[CPU_MP4HT_D0], NULL, 0, NULL }, 226 { &cpu_ids[CPU_MP4HT_E0], NULL, 0, NULL }, 295 if ((per_cpu(centrino_cpu, cpu) == &cpu_ids[CPU_BANIAS]) || in extract_clock() [all …]
|
| /Linux-v4.19/drivers/acpi/x86/ |
| D | utils.c | 38 struct x86_cpu_id cpu_ids[2]; member 123 if (!x86_match_cpu(always_present_ids[i].cpu_ids)) in acpi_device_always_present()
|
| /Linux-v4.19/arch/arm/mach-s3c64xx/ |
| D | common.c | 80 static struct cpu_table cpu_ids[] __initdata = { variable 201 s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids)); in s3c64xx_init_io()
|
| /Linux-v4.19/arch/arm/mach-s3c24xx/ |
| D | common.c | 55 static struct cpu_table cpu_ids[] __initdata = { variable 218 s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids)); in s3c24xx_init_io()
|
| /Linux-v4.19/sound/soc/intel/atom/sst/ |
| D | sst_acpi.c | 249 static const struct x86_cpu_id cpu_ids[] = { in is_byt() local 253 if (x86_match_cpu(cpu_ids)) in is_byt()
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | jailhouse.c | 91 generic_processor_info(setup_data.cpu_ids[cpu], in jailhouse_get_smp_config()
|
| /Linux-v4.19/arch/x86/include/uapi/asm/ |
| D | bootparam.h | 148 __u8 cpu_ids[255]; member
|
| /Linux-v4.19/sound/soc/intel/boards/ |
| D | cht_bsw_rt5645.c | 515 static const struct x86_cpu_id cpu_ids[] = { in is_valleyview() local 520 if (!x86_match_cpu(cpu_ids)) in is_valleyview()
|
| D | bytcr_rt5640.c | 1097 static const struct x86_cpu_id cpu_ids[] = { in is_valleyview() local 1102 if (!x86_match_cpu(cpu_ids)) in is_valleyview()
|