Home
last modified time | relevance | path

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

12

/linux/arch/x86/kernel/acpi/
H A Dcstate.c40 else if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_processor_power_init_bm_check()
54 if (c->x86_vendor == X86_VENDOR_INTEL && in acpi_processor_power_init_bm_check()
202 if ((c->x86_vendor == X86_VENDOR_INTEL) && !(reg->access_size & 0x2)) in acpi_processor_ffh_cstate_probe()
234 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.c113 [X86_VENDOR_INTEL] = {
127 X86_MATCH_FEATURE(X86_FEATURE_INTEL_PPIN, &ppin_info[X86_VENDOR_INTEL]),
130 X86_MATCH_VFM(INTEL_IVYBRIDGE_X, &ppin_info[X86_VENDOR_INTEL]),
131 X86_MATCH_VFM(INTEL_HASWELL_X, &ppin_info[X86_VENDOR_INTEL]),
132 X86_MATCH_VFM(INTEL_BROADWELL_D, &ppin_info[X86_VENDOR_INTEL]),
133 X86_MATCH_VFM(INTEL_BROADWELL_X, &ppin_info[X86_VENDOR_INTEL]),
134 X86_MATCH_VFM(INTEL_SKYLAKE_X, &ppin_info[X86_VENDOR_INTEL]),
135 X86_MATCH_VFM(INTEL_ICELAKE_X, &ppin_info[X86_VENDOR_INTEL]),
136 X86_MATCH_VFM(INTEL_ICELAKE_D, &ppin_info[X86_VENDOR_INTEL]),
137 X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &ppin_info[X86_VENDOR_INTEL]),
[all …]
H A Daperfmperf.c328 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in bp_init_freq_invariance()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c523 case X86_VENDOR_INTEL: in mce_usable_address()
540 case X86_VENDOR_INTEL: in mce_is_memory_error()
1622 if (m->cpuvendor == X86_VENDOR_INTEL || in do_machine_check()
2000 case X86_VENDOR_INTEL: in __mcheck_cpu_ancient_init()
2061 case X86_VENDOR_INTEL: in __mcheck_cpu_init_vendor()
2086 case X86_VENDOR_INTEL: in __mcheck_cpu_clear_vendor()
2128 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in filter_mce()
2256 case X86_VENDOR_INTEL: in mca_bsp_init()
2437 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in vendor_disable_error_reporting()
H A Dintel.c90 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in cmci_supported()
/linux/include/linux/
H A Dpeci-cpu.h10 #define X86_VENDOR_INTEL 0 macro
/linux/tools/power/cpupower/utils/
H A Dcpupower-set.c125 if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL) in cmd_set()
H A Dcpufreq-info.c227 cpupower_cpu_info.vendor == X86_VENDOR_INTEL) in get_boost_mode()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c281 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_get_cache_alloc_cfg()
902 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in get_mem_config()
1009 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in check_quirks()
1065 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_init_res_defs()
H A Dpseudo_lock.c63 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in resctrl_arch_get_prefetch_disable_bits()
/linux/arch/x86/include/asm/
H A Dacpi.h113 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
H A Dintel-family.h43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model)
/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/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c300 } else if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL) { in init_maxfreq_mode()
/linux/drivers/acpi/
H A Dprocessor_throttling.c705 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) || in acpi_throttling_rdmsr()
725 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) || in acpi_throttling_wrmsr()
/linux/arch/x86/kernel/apic/
H A Dapic.c1340 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in init_bsp_APIC()
2029 case X86_VENDOR_INTEL: in detect_init_APIC()
H A Dio_apic.c1459 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in setup_ioapic_ids_from_mpc()
2436 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && !APIC_XAPIC(boot_cpu_apic_version)) in io_apic_unique_id()
/linux/arch/x86/kernel/
H A Dsmpboot.c812 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) || in smp_set_init_udelay()
/linux/drivers/rtc/
H A Drtc-cmos.c829 case X86_VENDOR_INTEL: in use_acpi_alarm_quirks()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1319 if (c->x86_vendor == X86_VENDOR_INTEL) in amdgpu_device_pcie_dynamic_switching_supported()
1337 if (c->x86_vendor == X86_VENDOR_INTEL) { in amdgpu_device_aspm_support_quirk()
/linux/arch/x86/events/
H A Dcore.c2141 case X86_VENDOR_INTEL: in init_hw_perf_events()
/linux/drivers/cpufreq/
H A Dintel_pstate.c3768 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in intel_pstate_init()

12