Searched refs:x86_stepping (Results 1 – 19 of 19) sorted by relevance
127 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()157 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()176 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()229 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()247 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7()248 (c->x86_stepping == 1))) in init_amd_k7()252 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7()262 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7()263 ((c->x86_model == 7) && (c->x86_stepping >= 1)) || in init_amd_k7()646 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd()[all …]
959 c->x86_stepping = x86_stepping(tfms); in cpu_detect()2011 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()2215 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info()2216 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function38 EXPORT_SYMBOL_GPL(x86_stepping);
206 tm->stepping_mask == c->x86_stepping)) in adjust_tjmax()212 if (c->x86_vfm == INTEL_CORE2_MEROM && c->x86_stepping < 4) in adjust_tjmax()466 if (c->x86_vfm == INTEL_CORE_YONAH && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
102 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
777 switch (c->x86_stepping) { in longhaul_cpu_init()789 if (c->x86_stepping < 8) { in longhaul_cpu_init()816 switch (c->x86_stepping) { in longhaul_cpu_init()
134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
60 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
106 boot_cpu_data.x86_stepping >= 0x1)) in amd_cache_northbridges()
386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping; in construct_default_ISA_mptable()
507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
1030 boot_cpu_data.x86_stepping <= 7) { in generic_validate_add_page()
996 if (boot_cpu_data.x86_stepping <= 4) in __check_quirks_intel()
612 c->x86_stepping == 0x0) { in amd_filter_mce()
2000 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
366 (boot_cpu_data.x86_stepping >= 1); in icl_ibecc_available()
4289 if (boot_cpu_data.x86_stepping == 11) in skx_upi_get_topology()