| /linux/arch/x86/kernel/cpu/ |
| H A D | intel.c | 40 switch (c->x86_vfm) { in check_memory_type_self_snoop_errata() 74 switch (c->x86_vfm) { in probe_xeon_phi_r3mwait() 142 if (c->x86_vfm == spectre_bad_microcodes[i].vfm && in bad_spectre_microcode() 191 if (c->x86_vfm < INTEL_PENTIUM_M_DOTHAN) in intel_unlock_cpuid_leafs() 233 if (c->x86_vfm == INTEL_ATOM_BONNELL && c->x86_stepping <= 2 && in early_init_intel() 246 if (c->x86_vfm == INTEL_P4_PRESCOTT && in early_init_intel() 263 } else if ((c->x86_vfm >= INTEL_P4_PRESCOTT && c->x86_vfm <= INTEL_P4_CEDARMILL) || in early_init_intel() 264 (c->x86_vfm >= INTEL_CORE_YONAH && c->x86_vfm <= INTEL_IVYBRIDGE)) { in early_init_intel() 269 switch (c->x86_vfm) { in early_init_intel() 289 if (c->x86_vfm >= INTEL_PENTIUM_PRO && in early_init_intel() [all …]
|
| /linux/drivers/peci/ |
| H A D | cpu.c | 297 .x86_vfm = INTEL_HASWELL_X, 301 .x86_vfm = INTEL_BROADWELL_X, 305 .x86_vfm = INTEL_BROADWELL_D, 309 .x86_vfm = INTEL_SKYLAKE_X, 313 .x86_vfm = INTEL_ICELAKE_X, 317 .x86_vfm = INTEL_ICELAKE_D, 321 .x86_vfm = INTEL_SAPPHIRERAPIDS_X, 325 .x86_vfm = INTEL_EMERALDRAPIDS_X,
|
| H A D | core.c | 166 while (id->x86_vfm != 0) { in peci_bus_match_device_id() 167 if (id->x86_vfm == device->info.x86_vfm) in peci_bus_match_device_id()
|
| H A D | internal.h | 73 u32 x86_vfm; member
|
| H A D | device.c | 103 device->info.x86_vfm = IFM(peci_x86_cpu_family(cpu_id), peci_x86_cpu_model(cpu_id)); in peci_device_info_init()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | intel.c | 459 switch (c->x86_vfm) { in intel_imc_init() 484 if (c->x86_vfm < INTEL_NEHALEM_EP && this_cpu_read(mce_num_banks)) in intel_apply_cpu_quirks() 507 if ((c->x86_vfm == INTEL_HASWELL || in intel_filter_mce() 508 c->x86_vfm == INTEL_HASWELL_L || in intel_filter_mce() 509 c->x86_vfm == INTEL_BROADWELL || in intel_filter_mce() 510 c->x86_vfm == INTEL_HASWELL_G || in intel_filter_mce() 511 c->x86_vfm == INTEL_SKYLAKE_X) && in intel_filter_mce()
|
| H A D | core.c | 1954 if (c->x86_vfm < INTEL_PENTIUM_PRO) in intel_apply_global_quirks() 1961 if (c->x86_vfm >= INTEL_CORE_YONAH && mca_cfg.monarch_timeout < 0) in intel_apply_global_quirks() 1968 if (c->x86_vfm < INTEL_CORE_YONAH && mca_cfg.bootlog < 0) in intel_apply_global_quirks() 1971 if (c->x86_vfm == INTEL_SANDYBRIDGE_X) in intel_apply_global_quirks() 1978 if (c->x86_vfm == INTEL_SKYLAKE_X) in intel_apply_global_quirks()
|
| H A D | severity.c | 399 if (s->cpu_vfm && boot_cpu_data.x86_vfm != s->cpu_vfm) in mce_severity_intel()
|
| /linux/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp_platform.h | 168 #define __IS_SOC(x) (boot_cpu_data.x86_vfm == x) 169 #define __IS_SOCS(x, y) (boot_cpu_data.x86_vfm == x || boot_cpu_data.x86_vfm == y)
|
| /linux/drivers/hwmon/ |
| H A D | coretemp.c | 204 if (c->x86_vfm == tm->vfm && in adjust_tjmax() 212 if (c->x86_vfm == INTEL_CORE2_MEROM && c->x86_stepping < 4) in adjust_tjmax() 215 if (c->x86_vfm > INTEL_CORE_YONAH && usemsr_ee) { in adjust_tjmax() 229 } else if (c->x86_vfm < INTEL_CORE2_PENRYN && in adjust_tjmax() 245 if (c->x86_vfm == INTEL_CORE2_PENRYN && in adjust_tjmax() 466 if (c->x86_vfm == INTEL_CORE_YONAH && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version() 586 if (c->x86_vfm > INTEL_CORE_YONAH && c->x86_vfm != INTEL_ATOM_BONNELL) in create_core_data()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | pseudo_lock.c | 67 switch (boot_cpu_data.x86_vfm) { in resctrl_arch_get_prefetch_disable_bits() 438 switch (boot_cpu_data.x86_vfm) { in resctrl_arch_measure_l2_residency() 477 switch (boot_cpu_data.x86_vfm) { in resctrl_arch_measure_l3_residency() 496 if (boot_cpu_data.x86_vfm == INTEL_BROADWELL_X) { in resctrl_arch_measure_l3_residency()
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | cstate.c | 55 (c->x86 > 15 || (c->x86_vfm >= INTEL_CORE2_MEROM && c->x86_vfm <= INTEL_FAM6_LAST))) in acpi_processor_power_init_bm_check()
|
| /linux/drivers/cpufreq/ |
| H A D | cpufreq_ondemand.h | 45 boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO); in od_should_io_be_busy()
|
| /linux/arch/x86/mm/pat/ |
| H A D | memtype.c | 295 if ((c->x86_vfm >= INTEL_PENTIUM_PRO && c->x86_vfm <= INTEL_PENTIUM_M_DOTHAN) || in pat_bp_init() 296 (c->x86_vfm >= INTEL_P4_WILLAMETTE && c->x86_vfm <= INTEL_P4_CEDARMILL)) { in pat_bp_init()
|
| /linux/include/linux/ |
| H A D | peci.h | 75 u32 x86_vfm; member
|
| /linux/arch/x86/platform/intel-mid/ |
| H A D | intel-mid.c | 60 switch (boot_cpu_data.x86_vfm) { in intel_mid_arch_setup()
|
| /linux/arch/x86/crypto/ |
| H A D | twofish_glue_3way.c | 112 switch (boot_cpu_data.x86_vfm) { in is_blacklisted_cpu()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_core.h | 214 return (boot_cpu_data.x86_vfm == INTEL_ATOM_AIRMONT) ? 1 : 0; in is_bsw()
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305.h | 156 boot_cpu_data.x86_vfm != INTEL_SKYLAKE_X) in poly1305_mod_init_arch()
|
| /linux/arch/x86/events/ |
| H A D | msr.c | 48 switch (boot_cpu_data.x86_vfm) { in test_intel()
|
| /linux/arch/x86/events/intel/ |
| H A D | p4.c | 737 if (boot_cpu_data.x86_vfm != INTEL_P4_PRESCOTT && in p4_event_match_cpu_model() 738 boot_cpu_data.x86_vfm != INTEL_P4_PRESCOTT_2M && in p4_event_match_cpu_model() 739 boot_cpu_data.x86_vfm != INTEL_P4_CEDARMILL) in p4_event_match_cpu_model()
|
| /linux/arch/x86/kernel/ |
| H A D | tsc.c | 699 boot_cpu_data.x86_vfm == INTEL_ATOM_GOLDMONT_D) in native_calibrate_tsc() 730 if (boot_cpu_data.x86_vfm == INTEL_ATOM_GOLDMONT) in native_calibrate_tsc()
|
| H A D | smpboot.c | 658 switch (boot_cpu_data.x86_vfm) { in arch_sched_node_distance() 812 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) || in smp_set_init_udelay()
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | es8336.c | 158 switch (boot_cpu_data.x86_vfm) { in avs_es8336_hw_params()
|
| /linux/arch/x86/include/asm/ |
| H A D | processor.h | 140 __u32 x86_vfm; member
|