Home
last modified time | relevance | path

Searched refs:x86_stepping (Results 1 – 19 of 19) sorted by relevance

/linux/arch/x86/lib/
H A Dcpu.c34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function
38 EXPORT_SYMBOL_GPL(x86_stepping);
/linux/drivers/hwmon/
H A Dcoretemp.c206 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()
H A Dk8temp.c146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
/linux/drivers/char/hw_random/
H A Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
/linux/arch/x86/include/asm/
H A Dacpi.h102 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
/linux/drivers/cpufreq/
H A Dlonghaul.c777 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()
H A Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
H A Dacpi-cpufreq.c609 (c->x86_stepping == 8)) { in acpi_cpufreq_blacklist()
/linux/arch/x86/kernel/acpi/
H A Dcstate.c60 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
/linux/arch/x86/kernel/
H A Damd_nb.c106 boot_cpu_data.x86_stepping >= 0x1)) in amd_cache_northbridges()
H A Dmpparse.c386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping; in construct_default_ISA_mptable()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c956 c->x86_stepping = x86_stepping(tfms); in cpu_detect()
2008 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()
2212 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info()
2213 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
/linux/drivers/crypto/
H A Dpadlock-aes.c507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c1030 boot_cpu_data.x86_stepping <= 7) { in generic_validate_add_page()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c996 if (boot_cpu_data.x86_stepping <= 4) in __check_quirks_intel()
/linux/drivers/edac/
H A Digen6_edac.c366 (boot_cpu_data.x86_stepping >= 1); in icl_ibecc_available()
H A Damd64_edac.c3767 pvt->stepping = boot_cpu_data.x86_stepping; in per_family_init()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
/linux/arch/x86/events/intel/
H A Duncore_snbep.c4289 if (boot_cpu_data.x86_stepping == 11) in skx_upi_topology_cb()