/linux/drivers/hwmon/ |
H A D | hwmon-vid.c | 196 {X86_VENDOR_INTEL, 0x6, 0x0, 0x6, ANY, 82}, /* Pentium Pro, 200 {X86_VENDOR_INTEL, 0x6, 0x7, 0x7, ANY, 84}, /* Pentium III, Xeon */ 201 {X86_VENDOR_INTEL, 0x6, 0x8, 0x8, ANY, 82}, /* Pentium III, Xeon */ 203 {X86_VENDOR_INTEL, 0x6, 0xA, 0xA, ANY, 82}, /* Pentium III Xeon */ 204 {X86_VENDOR_INTEL, 0x6, 0xB, 0xB, ANY, 85}, /* Tualatin */ 205 {X86_VENDOR_INTEL, 0x6, 0xD, 0xD, ANY, 13}, /* Pentium M (90 nm) */ 207 {X86_VENDOR_INTEL, 0x6, 0xF, ANY, ANY, 110}, /* Intel Conroe and 209 {X86_VENDOR_INTEL, 0xF, 0x0, 0x0, ANY, 90}, /* P4 */ 210 {X86_VENDOR_INTEL, 0xF, 0x1, 0x1, ANY, 90}, /* P4 Willamette */ 211 {X86_VENDOR_INTEL, 0xF, 0x2, 0x2, ANY, 90}, /* P4 Northwood */ [all …]
|
/linux/arch/x86/kernel/acpi/ |
H A D | cstate.c | 37 else if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_processor_power_init_bm_check() 52 if (c->x86_vendor == X86_VENDOR_INTEL && in acpi_processor_power_init_bm_check() 200 if ((c->x86_vendor == X86_VENDOR_INTEL) && !(reg->access_size & 0x2)) in acpi_processor_ffh_cstate_probe() 222 if (c->x86_vendor != X86_VENDOR_INTEL && in ffh_cstate_init()
|
/linux/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 113 cpu_info->vendor != X86_VENDOR_INTEL) in get_cpu_info() 167 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info() 173 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info()
|
H A D | helpers.h | 63 enum cpupower_cpu_vendor {X86_VENDOR_UNKNOWN = 0, X86_VENDOR_INTEL, enumerator
|
/linux/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 54 case X86_VENDOR_INTEL: in nmi_perfctr_msr_to_bit() 87 case X86_VENDOR_INTEL: in nmi_evntsel_msr_to_bit()
|
H A D | common.c | 102 [X86_VENDOR_INTEL] = { 119 X86_MATCH_VFM(INTEL_IVYBRIDGE_X, &ppin_info[X86_VENDOR_INTEL]), 120 X86_MATCH_VFM(INTEL_HASWELL_X, &ppin_info[X86_VENDOR_INTEL]), 121 X86_MATCH_VFM(INTEL_BROADWELL_D, &ppin_info[X86_VENDOR_INTEL]), 122 X86_MATCH_VFM(INTEL_BROADWELL_X, &ppin_info[X86_VENDOR_INTEL]), 123 X86_MATCH_VFM(INTEL_SKYLAKE_X, &ppin_info[X86_VENDOR_INTEL]), 124 X86_MATCH_VFM(INTEL_ICELAKE_X, &ppin_info[X86_VENDOR_INTEL]), 125 X86_MATCH_VFM(INTEL_ICELAKE_D, &ppin_info[X86_VENDOR_INTEL]), 128 X86_MATCH_VFM(INTEL_XEON_PHI_KNL, &ppin_info[X86_VENDOR_INTEL]), 129 X86_MATCH_VFM(INTEL_XEON_PHI_KNM, &ppin_info[X86_VENDOR_INTEL]), [all …]
|
H A D | intel.c | 223 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in intel_unlock_cpuid_leafs() 381 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && in ppro_with_ram_bug() 907 .c_x86_vendor = X86_VENDOR_INTEL,
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | core.c | 134 case X86_VENDOR_INTEL: in load_ucode_bsp() 168 case X86_VENDOR_INTEL: in load_ucode_ap() 227 case X86_VENDOR_INTEL: in reload_early_microcode() 816 if (c->x86_vendor == X86_VENDOR_INTEL) in microcode_init()
|
H A D | internal.h | 79 return X86_VENDOR_INTEL; in x86_cpuid_vendor()
|
H A D | intel.c | 398 if (dis_ucode_ldr || boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in save_builtin_microcode() 651 if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 || in init_intel_microcode()
|
/linux/include/linux/ |
H A D | peci-cpu.h | 10 #define X86_VENDOR_INTEL 0 macro
|
/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | 103 case X86_VENDOR_INTEL: in x86_32_probe_bigsmp_early()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 509 case X86_VENDOR_INTEL: in mce_usable_address() 526 case X86_VENDOR_INTEL: in mce_is_memory_error() 1530 if (m.cpuvendor == X86_VENDOR_INTEL || in do_machine_check() 1930 if (c->x86_vendor == X86_VENDOR_INTEL) { in __mcheck_cpu_apply_quirks() 1994 case X86_VENDOR_INTEL: in __mcheck_cpu_ancient_init() 2068 case X86_VENDOR_INTEL: in __mcheck_cpu_init_vendor() 2097 case X86_VENDOR_INTEL: in __mcheck_cpu_clear_vendor() 2140 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in filter_mce() 2408 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in vendor_disable_error_reporting()
|
H A D | threshold.c | 63 case X86_VENDOR_INTEL: in mce_handle_storm()
|
/linux/arch/x86/include/asm/ |
H A D | intel-family.h | 43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model)
|
H A D | acpi.h | 113 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
|
/linux/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 108 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
|
H A D | blowfish_glue.c | 141 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
|
/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 292 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_get_cache_alloc_cfg() 893 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in get_mem_config() 988 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in check_quirks() 1044 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_init_res_defs()
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | hsw_ext_idle.c | 150 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in hsw_ext_register()
|
H A D | snb_idle.c | 148 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in snb_register()
|
H A D | nhm_idle.c | 170 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL) in intel_nhm_register()
|
/linux/arch/x86/xen/ |
H A D | pmu.c | 150 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in is_intel_pmu_msr() 401 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
|
/linux/arch/x86/kernel/ |
H A D | tsc.c | 664 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in native_calibrate_tsc() 737 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in cpu_khz_from_cpuid() 1289 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in unsynchronized_tsc()
|
/linux/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 80 case X86_VENDOR_INTEL: in boost_state() 101 case X86_VENDOR_INTEL: in boost_set_msr() 616 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist()
|