Home
last modified time | relevance | path

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

123

/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 */
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 Dcstate.c37 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 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.c102 [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 Dintel.c223 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 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()
H A Dintel.c398 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 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/kernel/cpu/mce/
H A Dcore.c509 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 Dthreshold.c63 case X86_VENDOR_INTEL: in mce_handle_storm()
/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()
/linux/arch/x86/crypto/
H A Dtwofish_glue_3way.c108 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
H A Dblowfish_glue.c141 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c292 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 Dhsw_ext_idle.c150 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in hsw_ext_register()
H A Dsnb_idle.c148 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in snb_register()
H A Dnhm_idle.c170 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL) in intel_nhm_register()
/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/arch/x86/kernel/
H A Dtsc.c664 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 Dacpi-cpufreq.c80 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()

123