/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | amd.c | 132 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6() 162 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6() 181 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6() 252 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7() 253 (c->x86_stepping == 1))) in init_amd_k7() 257 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7() 267 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7() 635 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd() 1016 if (c->x86_model == 3 && c->x86_stepping == 0) in amd_size_cache() 1020 (c->x86_stepping == 0 || c->x86_stepping == 1)) in amd_size_cache() [all …]
|
A D | match.c | 52 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu() 75 if (c->x86_stepping != m->x86_stepping) in x86_match_cpu_with_stepping()
|
A D | intel.c | 181 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode() 405 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 421 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel() 532 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 549 c->x86_stepping >= 1 && c->x86_stepping <= 4 && in intel_smp_check() 592 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 610 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds() 625 (c->x86_stepping < 0x6 || c->x86_stepping == 0xb)) in intel_workarounds() 867 else if (c->x86_stepping == 0 || c->x86_stepping == 5) in init_intel()
|
A D | proc.c | 79 if (c->x86_stepping || c->cpuid_level >= 0) in show_cpuinfo() 80 seq_printf(m, "stepping\t: %d\n", c->x86_stepping); in show_cpuinfo()
|
A D | centaur.c | 159 switch (c->x86_stepping) { in init_centaur() 234 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
|
A D | cyrix.c | 219 c->x86_stepping = dir1 & 0xf; in init_cyrix()
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | cpu.c | 34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function 38 EXPORT_SYMBOL_GPL(x86_stepping);
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | cpu_device_id.h | 181 u8 x86_stepping; member 189 .x86_stepping = (stepping), \
|
A D | cpu.h | 45 unsigned int x86_stepping(unsigned int sig);
|
A D | acpi.h | 88 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | speedstep-lib.c | 274 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor() 276 switch (c->x86_stepping) { in speedstep_detect_processor() 363 if (c->x86_stepping == 0x01) { in speedstep_detect_processor()
|
A D | speedstep-centrino.c | 41 __u8 x86_stepping; /* stepping */ member 281 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
|
A D | longhaul.c | 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()
|
A D | p4-clockmod.c | 166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
|
/linux-6.3-rc2/drivers/platform/x86/intel/ifs/ |
A D | load.c | 158 boot_cpu_data.x86_stepping, ifsd->cur_batch); in validate_ifs_metadata() 267 boot_cpu_data.x86_stepping, ifsd->cur_batch); in ifs_load_firmware()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | asm-offsets_32.c | 18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/microcode/ |
A D | intel.c | 297 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode() 729 c->x86_stepping == 0x01 && in is_blacklisted() 753 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
|
/linux-6.3-rc2/drivers/char/hw_random/ |
A D | via-rng.c | 165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/ |
A D | mtrr.c | 654 (boot_cpu_data.x86_stepping == 0x3 || in mtrr_bp_init() 655 boot_cpu_data.x86_stepping == 0x4)) in mtrr_bp_init()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | coretemp.c | 182 (tm->mask == ANY || c->x86_stepping == tm->mask)) in adjust_tjmax() 188 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax() 463 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
|
A D | hwmon-vid.c | 283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
A D | k8temp.c | 146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
|
/linux-6.3-rc2/arch/x86/kernel/acpi/ |
A D | cstate.c | 58 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | p6.c | 237 if (boot_cpu_data.x86_stepping < 9) { in p6_pmu_rdpmc_quirk()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | cpuid.h | 163 return x86_stepping(best->eax); in guest_cpuid_stepping()
|