Home
last modified time | relevance | path

Searched refs:x86_vendor (Results 1 – 25 of 83) sorted by relevance

1234

/Linux-v6.6/arch/x86/kernel/acpi/
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()
56 if (c->x86_vendor == X86_VENDOR_CENTAUR) { in acpi_processor_power_init_bm_check()
76 if (c->x86_vendor == X86_VENDOR_ZHAOXIN) { in acpi_processor_power_init_bm_check()
90 if (c->x86_vendor == X86_VENDOR_AMD && c->x86 >= 0x17) { 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()
223 c->x86_vendor != X86_VENDOR_AMD && in ffh_cstate_init()
224 c->x86_vendor != X86_VENDOR_HYGON) in ffh_cstate_init()
Dcppc.c16 switch (boot_cpu_data.x86_vendor) { in cpc_supported_by_cpu()
110 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in init_freq_invariance_cppc()
/Linux-v6.6/arch/x86/kernel/cpu/
Dmatch.c45 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
69 if (c->x86_vendor != m->x86_vendor) in x86_match_cpu_with_stepping()
Dperfctr-watchdog.c48 switch (boot_cpu_data.x86_vendor) { in nmi_perfctr_msr_to_bit()
81 switch (boot_cpu_data.x86_vendor) { in nmi_evntsel_msr_to_bit()
Dbugs.c1023 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in retbleed_select_mitigation()
1024 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in retbleed_select_mitigation()
1048 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in retbleed_select_mitigation()
1049 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in retbleed_select_mitigation()
1079 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in retbleed_select_mitigation()
1448 if (cmd == SPECTRE_V2_CMD_IBRS && boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in spectre_v2_parse_cmdline()
1573 boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in spectre_v2_select_mitigation()
1714 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in spectre_v2_select_mitigation()
1715 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) { in spectre_v2_select_mitigation()
2688 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in retbleed_show_state()
[all …]
Dcacheinfo.c615 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in cpuid4_cache_lookup_regs()
622 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in cpuid4_cache_lookup_regs()
649 if (c->x86_vendor == X86_VENDOR_AMD || in find_num_cache_leaves()
650 c->x86_vendor == X86_VENDOR_HYGON) in find_num_cache_leaves()
956 if (c->x86_vendor == X86_VENDOR_AMD || in __cache_cpumap_setup()
957 c->x86_vendor == X86_VENDOR_HYGON) { in __cache_cpumap_setup()
/Linux-v6.6/arch/x86/xen/
Dpmu.c72 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in xen_pmu_arch_init()
94 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in xen_pmu_arch_init()
134 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in is_amd_pmu_msr()
135 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in is_amd_pmu_msr()
151 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in is_intel_pmu_msr()
152 boot_cpu_data.x86_vendor != X86_VENDOR_CENTAUR && in is_intel_pmu_msr()
153 boot_cpu_data.x86_vendor != X86_VENDOR_ZHAOXIN) in is_intel_pmu_msr()
402 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
/Linux-v6.6/arch/x86/include/asm/
Dgeode.h16 return ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC) && in is_geode_gx()
23 return ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && in is_geode_lx()
Dacpi.h88 boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_processor_cstate_check()
101 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
102 c->x86_vendor == X86_VENDOR_CENTAUR); in arch_has_acpi_pdc()
Dcpu_device_id.h179 u8 x86_vendor; member
187 .x86_vendor = X86_VENDOR_INTEL, \
/Linux-v6.6/arch/x86/kernel/
Damd_nb.c235 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in amd_cache_northbridges()
333 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in early_is_amd_nb()
334 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in early_is_amd_nb()
337 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in early_is_amd_nb()
353 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_get_mmconfig_range()
354 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_get_mmconfig_range()
Dsmpboot.c799 if (((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && (boot_cpu_data.x86 == 6)) || in smp_quirk_init_udelay()
800 ((boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) && (boot_cpu_data.x86 >= 0x18)) || in smp_quirk_init_udelay()
801 ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && (boot_cpu_data.x86 >= 0xF))) { in smp_quirk_init_udelay()
1488 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in mwait_play_dead()
1489 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in mwait_play_dead()
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dcore.c124 m->cpuvendor = boot_cpu_data.x86_vendor; in mce_setup()
468 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in mce_usable_address()
469 boot_cpu_data.x86_vendor != X86_VENDOR_ZHAOXIN) in mce_usable_address()
1218 if (boot_cpu_data.x86_vendor == X86_VENDOR_ZHAOXIN) { in mce_check_crashing_cpu()
1839 if (c->x86_vendor == X86_VENDOR_UNKNOWN) { in __mcheck_cpu_apply_quirks()
1845 if (c->x86_vendor == X86_VENDOR_AMD) { in __mcheck_cpu_apply_quirks()
1880 if (c->x86_vendor == X86_VENDOR_INTEL) { in __mcheck_cpu_apply_quirks()
1919 if (c->x86_vendor == X86_VENDOR_ZHAOXIN) { in __mcheck_cpu_apply_quirks()
1943 switch (c->x86_vendor) { in __mcheck_cpu_ancient_init()
1964 if (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) { in __mcheck_cpu_init_early()
[all …]
/Linux-v6.6/drivers/cpufreq/
Damd_freq_sensitivity.c115 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in amd_freq_sensitivity_init()
117 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in amd_freq_sensitivity_init()
Dacpi-cpufreq.c81 switch (boot_cpu_data.x86_vendor) { in boost_state()
102 switch (boot_cpu_data.x86_vendor) { in boost_set_msr()
222 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in extract_msr()
224 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in extract_msr()
618 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist()
647 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in get_max_boost_ratio()
759 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_cpufreq_cpu_init()
Dsc520_freq.c77 if (c->x86_vendor != X86_VENDOR_AMD || in sc520_freq_cpu_init()
/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dcore.c758 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in get_mem_config()
760 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in get_mem_config()
773 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in get_slow_mem_config()
853 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in check_quirks()
910 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_init_res_defs()
912 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in rdt_init_res_defs()
943 if (c->x86_vendor == X86_VENDOR_AMD && !c->x86_cache_mbm_width_offset) in resctrl_cpu_detect()
/Linux-v6.6/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h220 #define __IS_SOC(x) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \
223 #define __IS_SOCS(x,y) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \
/Linux-v6.6/drivers/mtd/nand/raw/
Dcs553x_nand.c329 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in is_geode()
334 if ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC || in is_geode()
335 boot_cpu_data.x86_vendor == X86_VENDOR_CYRIX) && in is_geode()
/Linux-v6.6/arch/x86/kernel/cpu/microcode/
Dcore.c211 switch (c->x86_vendor) { in save_microcode_in_initrd()
635 if (c->x86_vendor == X86_VENDOR_INTEL) in microcode_init()
637 else if (c->x86_vendor == X86_VENDOR_AMD) in microcode_init()
/Linux-v6.6/drivers/rtc/
Drtc-mc146818-lib.c183 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in apply_amd_register_a_behavior()
184 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in apply_amd_register_a_behavior()
/Linux-v6.6/drivers/powercap/
Dintel_rapl_msr.c158 switch (boot_cpu_data.x86_vendor) { in rapl_msr_probe()
167 pr_err("intel-rapl does not support CPU vendor %d\n", boot_cpu_data.x86_vendor); in rapl_msr_probe()
/Linux-v6.6/arch/x86/kernel/cpu/mtrr/
Dlegacy.c13 switch (boot_cpu_data.x86_vendor) { in mtrr_set_if()
/Linux-v6.6/arch/x86/events/amd/
Duncore.c653 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_uncore_init()
654 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_uncore_init()
701 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON" : "", in amd_uncore_init()
728 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON" : "", in amd_uncore_init()
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_wc_x86_64.c149 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; in qib_unordered_wc()

1234