/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 …]
|
/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 | 103 [X86_VENDOR_INTEL] = { 117 X86_MATCH_FEATURE(X86_FEATURE_INTEL_PPIN, &ppin_info[X86_VENDOR_INTEL]), 120 X86_MATCH_VFM(INTEL_IVYBRIDGE_X, &ppin_info[X86_VENDOR_INTEL]), 121 X86_MATCH_VFM(INTEL_HASWELL_X, &ppin_info[X86_VENDOR_INTEL]), 122 X86_MATCH_VFM(INTEL_BROADWELL_D, &ppin_info[X86_VENDOR_INTEL]), 123 X86_MATCH_VFM(INTEL_BROADWELL_X, &ppin_info[X86_VENDOR_INTEL]), 124 X86_MATCH_VFM(INTEL_SKYLAKE_X, &ppin_info[X86_VENDOR_INTEL]), 125 X86_MATCH_VFM(INTEL_ICELAKE_X, &ppin_info[X86_VENDOR_INTEL]), 126 X86_MATCH_VFM(INTEL_ICELAKE_D, &ppin_info[X86_VENDOR_INTEL]), 127 X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &ppin_info[X86_VENDOR_INTEL]), [all …]
|
H A D | intel.c | 195 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in intel_unlock_cpuid_leafs() 353 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && in ppro_with_ram_bug() 890 .c_x86_vendor = X86_VENDOR_INTEL,
|
H A D | aperfmperf.c | 323 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in bp_init_freq_invariance()
|
/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()
|
/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/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()
|
H A D | processor.h | 197 #define X86_VENDOR_INTEL 0 macro
|
/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()
|
/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/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 79 case X86_VENDOR_INTEL: in boost_state() 98 case X86_VENDOR_INTEL: in boost_set_msr() 613 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist()
|
H A D | speedstep-lib.c | 261 if ((c->x86_vendor != X86_VENDOR_INTEL) || in speedstep_detect_processor()
|
H A D | speedstep-centrino.c | 352 if (cpu->x86_vendor != X86_VENDOR_INTEL || in centrino_cpu_init()
|
/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | 111 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in percpu_setup_debug_store()
|
/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 161 case X86_VENDOR_INTEL: in rapl_msr_probe()
|
/linux/arch/x86/kvm/ |
H A D | pmu.h | 185 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability()
|
/linux/arch/x86/events/ |
H A D | msr.c | 42 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in test_intel()
|
/linux/drivers/ras/ |
H A D | cec.c | 570 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in cec_init()
|
/linux/drivers/acpi/ |
H A D | processor_throttling.c | 704 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) || in acpi_throttling_rdmsr() 724 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) || in acpi_throttling_wrmsr()
|