Home
last modified time | relevance | path

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

1234

/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c172 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
244 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
283 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7()
296 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()
739 if (c->x86_model == 13 || c->x86_model == 9 || in early_init_amd()
788 (c->x86_model >= 0x10 && c->x86_model <= 0x6f) && in early_init_amd()
962 if ((c->x86_model >= 0x02) && (c->x86_model < 0x20)) { in init_amd_bd()
1353 if (c->x86 == 0x17 && ((c->x86_model >= 0x30 && c->x86_model < 0x40) || in amd_get_highest_perf()
1354 (c->x86_model >= 0x70 && c->x86_model < 0x80))) in amd_get_highest_perf()
1357 if (c->x86 == 0x19 && ((c->x86_model >= 0x20 && c->x86_model < 0x30) || in amd_get_highest_perf()
[all …]
H A Dcentaur.c53 if (c->x86_model >= 6 && c->x86_model <= 13) { in init_c3()
61 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3()
64 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
101 if ((c->x86 == 6 && c->x86_model >= 0xf) || in early_init_centaur()
150 switch (c->x86_model) { in init_centaur()
199 if (c->x86_model >= 8) in init_centaur()
225 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache()
233 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
H A Dintel.c75 switch (c->x86_model) { in check_memory_type_self_snoop_errata()
109 switch (c->x86_model) { in probe_xeon_phi_r3mwait()
330 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
348 switch (c->x86_model) { in early_init_intel()
370 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel()
396 if (c->x86 == 5 && c->x86_model == 9) { in early_init_intel()
448 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug()
467 c->x86_model <= 3) { in intel_smp_check()
494 if (c->x86 == 5 && c->x86_model < 9) { in intel_workarounds()
667 (c->x86_model == 29 || c->x86_model == 46 || c->x86_model == 47)) in init_intel()
[all …]
H A Dmatch.c47 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
66 for (m = match; m->x86_family | m->x86_model; m++) { in x86_match_cpu_with_stepping()
71 if (c->x86_model != m->x86_model) in x86_match_cpu_with_stepping()
H A Dcyrix.c218 c->x86_model = (dir1 >> 4) + 1; in init_cyrix()
250 (c->x86_model)++; in init_cyrix()
315 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix()
332 (c->x86_model)++; in init_cyrix()
381 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcppc.c19 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) || in cpc_supported_by_cpu()
20 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f))) in cpc_supported_by_cpu()
23 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f) in cpc_supported_by_cpu()
H A Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
57 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
/openbmc/linux/arch/x86/include/asm/
H A Dgeode.h18 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
H A Dcpu_device_id.h278 u8 x86_model; member
286 .x86_model = (model), \
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c498 switch (c->x86_model) { in intel_imc_init()
528 ((c->x86_model == INTEL_FAM6_HASWELL) || in intel_filter_mce()
529 (c->x86_model == INTEL_FAM6_HASWELL_L) || in intel_filter_mce()
530 (c->x86_model == INTEL_FAM6_BROADWELL) || in intel_filter_mce()
531 (c->x86_model == INTEL_FAM6_HASWELL_G) || in intel_filter_mce()
532 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) && in intel_filter_mce()
/openbmc/linux/arch/x86/lib/
H A Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model);
/openbmc/linux/drivers/hwmon/
H A Dfam15h_power.c67 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later()
297 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
298 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
315 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
316 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
H A Dcoretemp.c181 if (c->x86_model == tm->model && in adjust_tjmax()
188 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
191 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax()
205 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax()
220 if (c->x86_model == 0x17 && in adjust_tjmax()
254 u8 model = c->x86_model; in cpu_has_tjmax()
464 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
545 if (c->x86_model > 0xe && c->x86_model != 0x1c) in create_core_data()
H A Dk10temp.c341 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
342 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
422 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
423 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
431 switch (boot_cpu_data.x86_model) { in k10temp_probe()
456 switch (boot_cpu_data.x86_model) { in k10temp_probe()
/openbmc/linux/drivers/char/hw_random/
H A Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
169 if (c->x86_model >= 10) in via_rng_init()
/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue_3way.c111 (boot_cpu_data.x86_model == 0x1c || in is_blacklisted_cpu()
112 boot_cpu_data.x86_model == 0x26 || in is_blacklisted_cpu()
113 boot_cpu_data.x86_model == 0x36)) { in is_blacklisted_cpu()
/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c54 switch (gd->arch.x86_model) { in native_calibrate_tsc()
96 u8 x86_model; /* model */ member
126 (model == freq_desc_tables[i].x86_model)) in match_cpu()
156 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model); in cpu_mhz_from_msr()
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-lib.c186 if (c->x86_model < 2) in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
268 if (c->x86_model != 2) in speedstep_detect_processor()
324 switch (c->x86_model) { in speedstep_detect_processor()
H A Dp4-clockmod.c123 switch (c->x86_model) { in cpufreq_p4_get_frequency()
166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
177 c->x86_model < 2) { in cpufreq_p4_cpu_init()
H A Dspeedstep-centrino.c40 __u8 x86_model; /* model */ member
280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c100 unsigned int x86_model, x86_family; in microcode_read_cpu() local
107 x86_model = (result.eax >> 4) & 0x0f; in microcode_read_cpu()
112 if ((x86_model >= 5) || (x86_family > 6)) { in microcode_read_cpu()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c56 uint8_t x86_model; member
294 c->x86_model = (tfms >> 4) & 0xf; in get_fms()
299 c->x86_model += ((tfms >> 16) & 0xF) << 4; in get_fms()
336 gd->arch.x86_model = c.x86_model; in x86_cpu_init_f()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h222 boot_cpu_data.x86_model == (x))
225 (boot_cpu_data.x86_model == (x) || \
226 boot_cpu_data.x86_model == (y)))
/openbmc/linux/arch/x86/events/intel/
H A Dp6.c251 switch (boot_cpu_data.x86_model) { in p6_pmu_init()
272 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model); in p6_pmu_init()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c84 model = x86_model(eax); in intel_cpu_collect_info()
412 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode()
662 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info()
836 c->x86_model == INTEL_FAM6_BROADWELL_X && in is_blacklisted()
861 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()

1234