/openbmc/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 */ 202 {X86_VENDOR_INTEL, 0x6, 0x9, 0x9, ANY, 13}, /* Pentium M (130 nm) */ 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) */ 206 {X86_VENDOR_INTEL, 0x6, 0xE, 0xE, ANY, 14}, /* Intel Core (65 nm) */ 207 {X86_VENDOR_INTEL, 0x6, 0xF, ANY, ANY, 110}, /* Intel Conroe and 209 {X86_VENDOR_INTEL, 0xF, 0x0, 0x0, ANY, 90}, /* P4 */ [all …]
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | core.c | 150 case X86_VENDOR_INTEL: in load_ucode_bsp() 193 case X86_VENDOR_INTEL: in load_ucode_ap() 217 case X86_VENDOR_INTEL: in save_microcode_in_initrd() 311 case X86_VENDOR_INTEL: in reload_early_microcode() 641 if (c->x86_vendor == X86_VENDOR_INTEL) in microcode_init()
|
H A D | internal.h | 79 return X86_VENDOR_INTEL; in x86_cpuid_vendor()
|
/openbmc/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 | 94 [X86_VENDOR_INTEL] = { 108 X86_MATCH_FEATURE(X86_FEATURE_INTEL_PPIN, &ppin_info[X86_VENDOR_INTEL]), 111 X86_MATCH_INTEL_FAM6_MODEL(IVYBRIDGE_X, &ppin_info[X86_VENDOR_INTEL]), 112 X86_MATCH_INTEL_FAM6_MODEL(HASWELL_X, &ppin_info[X86_VENDOR_INTEL]), 113 X86_MATCH_INTEL_FAM6_MODEL(BROADWELL_D, &ppin_info[X86_VENDOR_INTEL]), 114 X86_MATCH_INTEL_FAM6_MODEL(BROADWELL_X, &ppin_info[X86_VENDOR_INTEL]), 115 X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, &ppin_info[X86_VENDOR_INTEL]), 116 X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, &ppin_info[X86_VENDOR_INTEL]), 117 X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, &ppin_info[X86_VENDOR_INTEL]), 118 X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, &ppin_info[X86_VENDOR_INTEL]), [all …]
|
/openbmc/u-boot/drivers/timer/ |
H A D | tsc_timer.c | 40 if (gd->arch.x86_vendor != X86_VENDOR_INTEL) in native_calibrate_tsc() 77 if (gd->arch.x86_vendor != X86_VENDOR_INTEL) in cpu_mhz_from_cpuid() 153 if (gd->arch.x86_vendor != X86_VENDOR_INTEL) in cpu_mhz_from_msr()
|
/openbmc/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp_platform.h | 220 #define __IS_SOC(x) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \ 223 #define __IS_SOCS(x,y) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | 103 case X86_VENDOR_INTEL: in x86_32_probe_bigsmp_early()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 484 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in mce_usable_address() 508 case X86_VENDOR_INTEL: in mce_is_memory_error() 1507 if (m.cpuvendor == X86_VENDOR_INTEL || in do_machine_check() 1896 if (c->x86_vendor == X86_VENDOR_INTEL) { in __mcheck_cpu_apply_quirks() 1960 case X86_VENDOR_INTEL: in __mcheck_cpu_ancient_init() 2035 case X86_VENDOR_INTEL: in __mcheck_cpu_init_vendor() 2065 case X86_VENDOR_INTEL: in __mcheck_cpu_clear_vendor() 2108 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in filter_mce() 2351 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in vendor_disable_error_reporting()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | cpu.h | 15 X86_VENDOR_INTEL, enumerator
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 107 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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | acpi.h | 104 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
|
H A D | cpu_device_id.h | 285 .x86_vendor = X86_VENDOR_INTEL, \
|
H A D | intel-family.h | 43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model)
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu.c | 49 [X86_VENDOR_INTEL] = "Intel",
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | snb_idle.c | 148 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in snb_register()
|
H A D | hsw_ext_idle.c | 150 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in hsw_ext_register()
|
H A D | nhm_idle.c | 170 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL) in intel_nhm_register()
|
/openbmc/linux/arch/x86/xen/ |
H A D | pmu.c | 151 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in is_intel_pmu_msr() 402 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 756 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in get_mem_config() 851 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in check_quirks() 908 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_init_res_defs()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 82 case X86_VENDOR_INTEL: in boost_state() 103 case X86_VENDOR_INTEL: in boost_set_msr() 618 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist()
|