| /linux/arch/x86/kernel/acpi/ |
| H A D | cstate.c | 40 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() 58 if (c->x86_vendor == X86_VENDOR_CENTAUR) { in acpi_processor_power_init_bm_check() 78 if (c->x86_vendor == X86_VENDOR_ZHAOXIN) { 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() 235 c->x86_vendor != X86_VENDOR_AMD && in ffh_cstate_init() 236 c->x86_vendor != X86_VENDOR_HYGON) in ffh_cstate_init()
|
| H A D | cppc.c | 29 switch (boot_cpu_data.x86_vendor) { in cpc_supported_by_cpu() 122 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in init_freq_invariance_cppc()
|
| /linux/arch/x86/kernel/ |
| H A D | amd_nb.c | 128 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in early_is_amd_nb() 129 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in early_is_amd_nb() 147 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_get_mmconfig_range() 148 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_get_mmconfig_range() 318 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in init_amd_nbs() 319 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in init_amd_nbs()
|
| /linux/arch/x86/xen/ |
| H A D | pmu.c | 72 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() 368 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
|
| H A D | enlighten.c | 88 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in xen_hypercall_setfunc() 89 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) in xen_hypercall_setfunc() 119 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in __xen_hypercall_setfunc() 120 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) in __xen_hypercall_setfunc()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | match.c | 28 if (c->x86_vendor == X86_VENDOR_INTEL) in x86_match_vendor_cpu_type() 30 if (c->x86_vendor == X86_VENDOR_AMD) in x86_match_vendor_cpu_type() 70 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
|
| H A D | topology_common.c | 36 if (c->x86_vendor == X86_VENDOR_INTEL) { in get_topology_cpu_type() 42 if (c->x86_vendor == X86_VENDOR_AMD) { in get_topology_cpu_type() 158 switch (c->x86_vendor) { in parse_topology() 196 if (c->x86_vendor == X86_VENDOR_AMD) in topo_set_ids()
|
| H A D | cacheinfo.c | 247 if (boot_cpu_has(X86_FEATURE_TOPOEXT) || boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in amd_fill_cpuid4_info() 269 u8 cpu_vendor = boot_cpu_data.x86_vendor; in fill_cpuid4_info() 283 op = (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) ? 0x8000001d : 4; in find_num_cache_leaves() 556 if (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) { in __cache_cpumap_setup() 614 u8 cpu_vendor = boot_cpu_data.x86_vendor; in populate_cache_leaves()
|
| H A D | perfctr-watchdog.c | 48 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()
|
| H A D | topology_amd.c | 107 if (tscan->c->x86_vendor == X86_VENDOR_AMD) { in parse_8000_001e() 162 if (cpu_has(c, X86_FEATURE_TOPOEXT) || c->x86_vendor != X86_VENDOR_AMD || in topoext_fixup()
|
| H A D | bugs.c | 1248 } else if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in retbleed_select_mitigation() 1266 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in retbleed_select_mitigation() 1267 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in retbleed_select_mitigation() 1275 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in retbleed_select_mitigation() 1309 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in retbleed_update_mitigation() 1346 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in retbleed_apply_mitigation() 1347 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in retbleed_apply_mitigation() 2155 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in spectre_v2_select_mitigation() 2232 boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in spectre_v2_update_mitigation() 2304 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in spectre_v2_apply_mitigation() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | geode.h | 16 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()
|
| H A D | acpi.h | 100 boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_processor_cstate_check() 113 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc() 114 c->x86_vendor == X86_VENDOR_CENTAUR); in arch_has_acpi_pdc()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | core.c | 281 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() 904 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in get_mem_config() 905 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in get_mem_config() 918 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in get_slow_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() 1067 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in rdt_init_res_defs() 1068 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in rdt_init_res_defs() 1101 switch (c->x86_vendor) { in resctrl_cpu_detect()
|
| /linux/drivers/cpufreq/ |
| H A D | acpi-cpufreq.c | 78 switch (boot_cpu_data.x86_vendor) { in boost_state() 97 switch (boot_cpu_data.x86_vendor) { in boost_set_msr() 217 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in extract_msr() 219 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in extract_msr() 606 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist() 642 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in get_max_boost_ratio() 790 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_cpufreq_cpu_init()
|
| H A D | amd_freq_sensitivity.c | 115 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()
|
| H A D | cpufreq_ondemand.h | 44 return (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && in od_should_io_be_busy()
|
| H A D | sc520_freq.c | 76 if (c->x86_vendor != X86_VENDOR_AMD || in sc520_freq_cpu_init()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 124 m->cpuvendor = boot_cpu_data.x86_vendor; in mce_prep_record_common() 1343 if (boot_cpu_data.x86_vendor == X86_VENDOR_ZHAOXIN) { in mce_check_crashing_cpu() 1999 switch (c->x86_vendor) { in __mcheck_cpu_ancient_init() 2060 switch (c->x86_vendor) { in __mcheck_cpu_init_vendor() 2085 switch (c->x86_vendor) { in __mcheck_cpu_clear_vendor() 2126 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in filter_mce() 2128 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in filter_mce() 2230 if (c->x86_vendor == X86_VENDOR_UNKNOWN) { in mca_bsp_init() 2252 switch (c->x86_vendor) { in mca_bsp_init() 2437 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in vendor_disable_error_reporting() [all …]
|
| H A D | intel.c | 90 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in cmci_supported() 91 boot_cpu_data.x86_vendor != X86_VENDOR_ZHAOXIN) in cmci_supported()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | cs553x_nand.c | 329 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/drivers/rtc/ |
| H A D | rtc-mc146818-lib.c | 204 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in apply_amd_register_a_behavior() 205 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in apply_amd_register_a_behavior()
|
| /linux/arch/x86/include/asm/amd/ |
| H A D | nb.h | 53 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in amd_gart_present()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | legacy.c | 13 switch (boot_cpu_data.x86_vendor) { in mtrr_set_if()
|
| /linux/arch/x86/pci/ |
| H A D | amd_bus.c | 402 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_postcore_init() 403 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_postcore_init()
|