/linux/arch/x86/kernel/ |
H A D | amd_nb.c | 130 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in early_is_amd_nb() 131 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in early_is_amd_nb() 149 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_get_mmconfig_range() 150 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_get_mmconfig_range() 320 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in init_amd_nbs() 321 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in init_amd_nbs()
|
H A D | asm-offsets_32.c | 16 OFFSET(CPUINFO_x86_vendor, cpuinfo_x86, x86_vendor); in foo()
|
/linux/arch/x86/xen/ |
H A D | pmu.c | 71 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in xen_pmu_arch_init() 93 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in xen_pmu_arch_init() 133 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in is_amd_pmu_msr() 134 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in is_amd_pmu_msr() 150 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL && in is_intel_pmu_msr() 151 boot_cpu_data.x86_vendor != X86_VENDOR_CENTAUR && in is_intel_pmu_msr() 152 boot_cpu_data.x86_vendor != X86_VENDOR_ZHAOXIN) in is_intel_pmu_msr() 401 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
|
H A D | enlighten.c | 85 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in xen_hypercall_setfunc() 86 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) in xen_hypercall_setfunc() 121 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in __xen_hypercall_setfunc() 122 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) in __xen_hypercall_setfunc()
|
/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/ |
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 | bugs.c | 1084 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in retbleed_select_mitigation() 1085 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in retbleed_select_mitigation() 1109 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in retbleed_select_mitigation() 1110 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in retbleed_select_mitigation() 1157 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in retbleed_select_mitigation() 1527 if (cmd == SPECTRE_V2_CMD_IBRS && boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in spectre_v2_parse_cmdline() 1731 boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { in spectre_v2_select_mitigation() 1875 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in spectre_v2_select_mitigation() 1876 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) { in spectre_v2_select_mitigation() 2906 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in retbleed_show_state() [all …]
|
H A D | cacheinfo.c | 613 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in cpuid4_cache_lookup_regs() 620 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in cpuid4_cache_lookup_regs() 647 if (c->x86_vendor == X86_VENDOR_AMD || in find_num_cache_leaves() 648 c->x86_vendor == X86_VENDOR_HYGON) in find_num_cache_leaves() 948 if (c->x86_vendor == X86_VENDOR_AMD || in __cache_cpumap_setup() 949 c->x86_vendor == X86_VENDOR_HYGON) { in __cache_cpumap_setup()
|
/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() 613 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist() 649 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in get_max_boost_ratio() 774 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 | sc520_freq.c | 77 if (c->x86_vendor != X86_VENDOR_AMD || in sc520_freq_cpu_init()
|
H A D | elanfreq.c | 150 if ((c->x86_vendor != X86_VENDOR_AMD) || in elanfreq_cpu_init()
|
/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/arch/x86/kernel/acpi/ |
H A D | cppc.c | 27 switch (boot_cpu_data.x86_vendor) { in cpc_supported_by_cpu() 120 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in init_freq_invariance_cppc()
|
/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 160 switch (boot_cpu_data.x86_vendor) { in rapl_msr_probe() 169 pr_err("intel-rapl does not support CPU vendor %d\n", boot_cpu_data.x86_vendor); in rapl_msr_probe()
|
/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/drivers/infiniband/hw/qib/ |
H A D | qib_wc_x86_64.c | 149 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; in qib_unordered_wc()
|
/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | 102 switch (boot_cpu_data.x86_vendor) { in x86_32_probe_bigsmp_early()
|
/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()
|
/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/crypto/ |
H A D | twofish_glue_3way.c | 108 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in is_blacklisted_cpu()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 416 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in mce_severity() 417 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in mce_severity()
|
/linux/drivers/hwmon/ |
H A D | hwmon-vid.c | 283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|