| /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()
|
| H A D | smpboot.c | 812 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) || in smp_set_init_udelay() 813 (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON && boot_cpu_data.x86 >= 0x18) || in smp_set_init_udelay() 814 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && boot_cpu_data.x86 >= 0xF)) { in smp_set_init_udelay()
|
| /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()
|
| H A D | cpufeature.h | 138 #define CPU_FEATURE_TYPEVAL boot_cpu_data.x86_vendor, boot_cpu_data.x86, \
|
| /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()
|
| H A D | pseudo_lock.c | 63 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in resctrl_arch_get_prefetch_disable_bits()
|
| /linux/arch/x86/kernel/cpu/ |
| 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 | common.c | 931 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor() 939 c->x86_vendor = X86_VENDOR_UNKNOWN; in get_cpu_vendor() 1399 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in vulnerable_to_its() 1432 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in cpu_has_old_microcode() 1597 if (c->x86_vendor == X86_VENDOR_AMD) { in cpu_set_bug_bits() 2010 c->x86_vendor = X86_VENDOR_UNKNOWN; in identify_cpu() 2198 if (c->x86_vendor < X86_VENDOR_NUM) { in print_cpu_info() 2264 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in wrmsrq_cstar()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 123 m->cpuvendor = boot_cpu_data.x86_vendor; in mce_prep_record_common() 1320 if (boot_cpu_data.x86_vendor == X86_VENDOR_ZHAOXIN) { in mce_check_crashing_cpu() 1976 switch (c->x86_vendor) { in __mcheck_cpu_ancient_init() 2037 switch (c->x86_vendor) { in __mcheck_cpu_init_vendor() 2062 switch (c->x86_vendor) { in __mcheck_cpu_clear_vendor() 2103 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in filter_mce() 2105 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in filter_mce() 2207 if (c->x86_vendor == X86_VENDOR_UNKNOWN) { in mca_bsp_init() 2229 switch (c->x86_vendor) { in mca_bsp_init() 2414 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()
|
| H A D | dev-mcelog.c | 70 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in dev_mce_log()
|
| /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/kernel/cpu/mtrr/ |
| H A D | legacy.c | 13 switch (boot_cpu_data.x86_vendor) { in mtrr_set_if()
|
| /linux/arch/um/include/asm/ |
| H A D | cpufeature.h | 137 #define CPU_FEATURE_TYPEVAL boot_cpu_data.x86_vendor, boot_cpu_data.x86, \
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 204 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in modern_apic() 209 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in modern_apic() 1237 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in sync_Arb_IDs() 1340 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in init_bsp_APIC() 2021 switch (boot_cpu_data.x86_vendor) { in detect_init_APIC()
|
| /linux/arch/x86/events/amd/ |
| H A D | uncore.c | 778 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON " : "", in amd_uncore_df_ctx_init() 914 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON " : "", in amd_uncore_l3_ctx_init() 1122 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_uncore_init() 1123 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_uncore_init()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 892 if (c->x86_vendor == X86_VENDOR_INTEL) in microcode_init() 894 else if (c->x86_vendor == X86_VENDOR_AMD) in microcode_init()
|
| H A D | intel.c | 771 if (microcode_loader_disabled() || boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in save_builtin_microcode() 1037 if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 || in init_intel_microcode()
|
| /linux/arch/x86/mm/ |
| H A D | cpu_entry_area.c | 111 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in percpu_setup_debug_store()
|