Home
last modified time | relevance | path

Searched refs:X86_VENDOR_INTEL (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/hwmon/
H A Dhwmon-vid.c196 {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 Dcpuid.c113 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 Dhelpers.h63 enum cpupower_cpu_vendor {X86_VENDOR_UNKNOWN = 0, X86_VENDOR_INTEL, enumerator
/linux/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c54 case X86_VENDOR_INTEL: in nmi_perfctr_msr_to_bit()
87 case X86_VENDOR_INTEL: in nmi_evntsel_msr_to_bit()
H A Dcommon.c103 [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 Dintel.c195 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 Daperfmperf.c323 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in bp_init_freq_invariance()
/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c134 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 Dinternal.h79 return X86_VENDOR_INTEL; in x86_cpuid_vendor()
/linux/include/linux/
H A Dpeci-cpu.h10 #define X86_VENDOR_INTEL 0 macro
/linux/arch/x86/kernel/apic/
H A Dprobe_32.c103 case X86_VENDOR_INTEL: in x86_32_probe_bigsmp_early()
/linux/arch/x86/include/asm/
H A Dintel-family.h43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model)
H A Dacpi.h113 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
H A Dprocessor.h197 #define X86_VENDOR_INTEL 0 macro
/linux/arch/x86/crypto/
H A Dtwofish_glue_3way.c108 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
/linux/arch/x86/xen/
H A Dpmu.c150 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 Dacpi-cpufreq.c79 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 Dspeedstep-lib.c261 if ((c->x86_vendor != X86_VENDOR_INTEL) || in speedstep_detect_processor()
H A Dspeedstep-centrino.c352 if (cpu->x86_vendor != X86_VENDOR_INTEL || in centrino_cpu_init()
/linux/arch/x86/mm/
H A Dcpu_entry_area.c111 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in percpu_setup_debug_store()
/linux/drivers/powercap/
H A Dintel_rapl_msr.c161 case X86_VENDOR_INTEL: in rapl_msr_probe()
/linux/arch/x86/kvm/
H A Dpmu.h185 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability()
/linux/arch/x86/events/
H A Dmsr.c42 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in test_intel()
/linux/drivers/ras/
H A Dcec.c570 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in cec_init()
/linux/drivers/acpi/
H A Dprocessor_throttling.c704 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()

12