/arch/x86/kernel/cpu/ |
D | amd.c | 47 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 59 if (c->x86_model < 6) { in init_amd_k6() 61 if (c->x86_model == 0) { in init_amd_k6() 68 if (c->x86_model == 6 && c->x86_mask == 1) { in init_amd_k6() 97 if (c->x86_model < 8 || in init_amd_k6() 98 (c->x86_model == 8 && c->x86_mask < 8)) { in init_amd_k6() 117 if ((c->x86_model == 8 && c->x86_mask > 7) || in init_amd_k6() 118 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6() 139 if (c->x86_model == 10) { in init_amd_k6() 155 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7() [all …]
|
D | intel.c | 33 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 45 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 46 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 80 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug() 129 if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633) in intel_workarounds() 136 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) { in intel_workarounds() 152 if (cpu_has_apic && (c->x86<<8 | c->x86_model<<4) == 0x520 && in intel_workarounds() 294 if (c->x86 == 6 && c->x86_model == 29 && cpu_has_clflush) in init_intel() 311 switch (c->x86_model) { in init_intel() 371 if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0)) in intel_size_cache()
|
D | centaur.c | 281 if (c->x86_model >= 6 && c->x86_model <= 9) { in init_c3() 289 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3() 343 switch (c->x86_model) { in init_centaur() 434 if (c->x86_model >= 8) in init_centaur() 456 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache() 464 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
|
D | centaur_64.c | 11 if (c->x86 == 0x6 && c->x86_model >= 0xf) in early_init_centaur() 21 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_centaur()
|
D | cyrix.c | 214 c->x86_model = (dir1 >> 4) + 1; in init_cyrix() 246 (c->x86_model)++; in init_cyrix() 308 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix() 324 (c->x86_model)++; in init_cyrix() 373 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
|
D | common.c | 227 if (c->x86_model >= 16) in table_lookup_model() 237 return info->model_names[c->x86_model]; in table_lookup_model() 460 c->x86_model = (tfms >> 4) & 0xf; in cpu_detect() 465 c->x86_model += ((tfms >> 16) & 0xf) << 4; in cpu_detect() 667 c->x86_model = c->x86_mask = 0; /* So far unknown... */ in identify_cpu() 720 c->x86, c->x86_model); in identify_cpu()
|
D | perfctr-watchdog.c | 539 if (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask == 4) in setup_p4_watchdog() 723 if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 14) { in probe_nmi_watchdog() 733 if (boot_cpu_data.x86_model > 13) in probe_nmi_watchdog()
|
D | addon_cpuid_features.c | 165 if (c->x86 > 0x6 || (c->x86 == 6 && c->x86_model >= 15)) in validate_pat_support()
|
D | proc.c | 97 c->x86_model, in show_cpuinfo()
|
/arch/x86/kernel/cpu/cpufreq/ |
D | speedstep-lib.c | 180 if (c->x86_model < 2) in pentium4_get_frequency() 240 dprintk("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor() 249 if (c->x86_model != 2) in speedstep_detect_processor() 302 switch (c->x86_model) { in speedstep_detect_processor()
|
D | sc520_freq.c | 110 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init() 159 c->x86 != 4 || c->x86_model != 9) { in sc520_freq_init()
|
D | powernow-k6.c | 220 ((c->x86_model != 12) && (c->x86_model != 13))) in powernow_k6_init()
|
D | elanfreq.c | 208 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init() 287 (c->x86 != 4) || (c->x86_model != 10)) { in elanfreq_init()
|
D | p4-clockmod.c | 160 switch (c->x86_model) { in cpufreq_p4_get_frequency() 210 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask; in cpufreq_p4_cpu_init()
|
D | speedstep-centrino.c | 39 __u8 x86_model; /* model */ member 279 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
|
D | e_powersaver.c | 174 switch (c->x86_model) { in eps_cpu_init() 344 || c->x86 != 6 || c->x86_model < 10) in eps_init()
|
/arch/x86/kernel/cpu/mtrr/ |
D | centaur.c | 182 if (boot_cpu_data.x86_model == 4) 184 else if (boot_cpu_data.x86_model == 8 || boot_cpu_data.x86_model == 9)
|
/arch/x86/kernel/ |
D | es7000_32.c | 195 (boot_cpu_data.x86_model >= 7 || boot_cpu_data.x86_model <= 11)) { in es7000_update_genapic() 214 if (!(boot_cpu_data.x86 <= 15 && boot_cpu_data.x86_model <= 2)) in setup_unisys()
|
D | smpboot.c | 351 c->x86_model <= 3) in smp_apply_quirks() 367 if ((c->x86_model == 6) && ((c->x86_mask == 0) || in smp_apply_quirks() 372 if ((c->x86_model == 7) && (c->x86_mask == 0)) in smp_apply_quirks() 382 if (((c->x86_model == 6) && (c->x86_mask >= 2)) || in smp_apply_quirks() 383 ((c->x86_model == 7) && (c->x86_mask >= 1)) || in smp_apply_quirks() 384 (c->x86_model > 7)) in smp_apply_quirks()
|
D | microcode_intel.c | 172 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info() 438 c->x86, c->x86_model, c->x86_mask); in request_microcode_fw()
|
D | asm-offsets_32.c | 45 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
|
/arch/x86/include/asm/ |
D | geode.h | 174 (boot_cpu_data.x86_model == 5)); in is_geode_gx() 181 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
|
D | acpi.h | 139 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
|
/arch/x86/oprofile/ |
D | op_model_ppro.c | 88 current_cpu_data.x86_model == 15)) { in ppro_setup_ctrs() 244 current_cpu_data.x86_model == 15) { in arch_perfmon_setup_counters()
|
D | nmi_int.c | 364 __u8 cpu_model = boot_cpu_data.x86_model; in p4_init() 394 __u8 cpu_model = boot_cpu_data.x86_model; in ppro_init()
|