Home
last modified time | relevance | path

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

/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 Daperfmperf.c328 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in bp_init_freq_invariance()
/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/microcode/
H A Dinternal.h84 return X86_VENDOR_INTEL; in x86_cpuid_vendor()
/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/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c63 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in resctrl_arch_get_prefetch_disable_bits()
/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/arch/x86/kernel/cpu/mce/
H A Dintel.c90 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in cmci_supported()
/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/tools/power/x86/turbostat/
H A Dturbostat.c37 #define X86_VENDOR_INTEL 0 macro