Home
last modified time | relevance | path

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

123

/Linux-v5.4/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()
62 if (c->x86_vendor == X86_VENDOR_CENTAUR) { in acpi_processor_power_init_bm_check()
68 if (c->x86_vendor == X86_VENDOR_ZHAOXIN) { in acpi_processor_power_init_bm_check()
176 if ((c->x86_vendor == X86_VENDOR_INTEL) && !(reg->access_size & 0x2)) in acpi_processor_ffh_cstate_probe()
198 if (c->x86_vendor != X86_VENDOR_INTEL && in ffh_cstate_init()
199 c->x86_vendor != X86_VENDOR_AMD) in ffh_cstate_init()
/Linux-v5.4/arch/x86/kernel/cpu/
Dmatch.c38 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
59 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()
77 switch (boot_cpu_data.x86_vendor) { in nmi_evntsel_msr_to_bit()
Dcacheinfo.c600 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { in cpuid4_cache_lookup_regs()
607 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in cpuid4_cache_lookup_regs()
634 if (c->x86_vendor == X86_VENDOR_AMD || in find_num_cache_leaves()
635 c->x86_vendor == X86_VENDOR_HYGON) in find_num_cache_leaves()
943 if (c->x86_vendor == X86_VENDOR_AMD || in __cache_cpumap_setup()
944 c->x86_vendor == X86_VENDOR_HYGON) { in __cache_cpumap_setup()
/Linux-v5.4/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.h79 boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_processor_cstate_check()
92 return (c->x86_vendor == X86_VENDOR_INTEL || in arch_has_acpi_pdc()
93 c->x86_vendor == X86_VENDOR_CENTAUR); in arch_has_acpi_pdc()
Dcpu_device_id.h24 u8 x86_vendor; member
32 .x86_vendor = X86_VENDOR_INTEL, \
Dvirtext.h84 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in cpu_has_svm()
85 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) { in cpu_has_svm()
/Linux-v5.4/arch/x86/kernel/
Damd_nb.c234 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()
Dtopology.c116 if (c->x86_vendor != X86_VENDOR_INTEL || in arch_register_cpu()
Dasm-offsets_32.c19 OFFSET(CPUINFO_x86_vendor, cpuinfo_x86, x86_vendor); in foo()
Dsmpboot.c730 if (((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && (boot_cpu_data.x86 == 6)) || in smp_quirk_init_udelay()
731 ((boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) && (boot_cpu_data.x86 >= 0x18)) || in smp_quirk_init_udelay()
732 ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && (boot_cpu_data.x86 >= 0xF))) { in smp_quirk_init_udelay()
1661 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in mwait_play_dead()
1662 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in mwait_play_dead()
/Linux-v5.4/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()
295 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in pmu_msr_read()
318 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in pmu_msr_write()
389 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in xen_read_pmc()
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dcore.c139 m->cpuvendor = boot_cpu_data.x86_vendor; in mce_setup()
492 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) in mce_usable_address()
1631 if (c->x86_vendor == X86_VENDOR_UNKNOWN) { in __mcheck_cpu_apply_quirks()
1637 if (c->x86_vendor == X86_VENDOR_AMD) { in __mcheck_cpu_apply_quirks()
1669 if (c->x86_vendor == X86_VENDOR_INTEL) { in __mcheck_cpu_apply_quirks()
1713 switch (c->x86_vendor) { in __mcheck_cpu_ancient_init()
1734 if (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) { in __mcheck_cpu_init_early()
1765 switch (c->x86_vendor) { in __mcheck_cpu_init_vendor()
1791 switch (c->x86_vendor) { in __mcheck_cpu_clear_vendor()
1828 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in filter_mce()
[all …]
/Linux-v5.4/drivers/cpufreq/
Damd_freq_sensitivity.c113 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in amd_freq_sensitivity_init()
115 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in amd_freq_sensitivity_init()
Dacpi-cpufreq.c77 switch (boot_cpu_data.x86_vendor) { in boost_state()
96 switch (boot_cpu_data.x86_vendor) { in boost_set_msr()
212 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in extract_msr()
214 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in extract_msr()
616 if (c->x86_vendor == X86_VENDOR_INTEL) { in acpi_cpufreq_blacklist()
715 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_cpufreq_cpu_init()
Dsc520_freq.c76 if (c->x86_vendor != X86_VENDOR_AMD || in sc520_freq_cpu_init()
Delanfreq.c150 if ((c->x86_vendor != X86_VENDOR_AMD) || in elanfreq_cpu_init()
/Linux-v5.4/drivers/mtd/nand/raw/
Dcs553x_nand.c251 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in is_geode()
256 if ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC || in is_geode()
257 boot_cpu_data.x86_vendor == X86_VENDOR_CYRIX) && in is_geode()
/Linux-v5.4/arch/x86/events/amd/
Duncore.c519 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_uncore_init()
520 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_uncore_init()
564 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? in amd_uncore_init()
580 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? in amd_uncore_init()
/Linux-v5.4/arch/x86/kernel/cpu/mtrr/
Dmtrr.c711 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && in mtrr_bp_init()
720 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_CENTAUR && in mtrr_bp_init()
731 switch (boot_cpu_data.x86_vendor) { in mtrr_bp_init()
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Dcore.c827 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in get_mem_config()
829 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in get_mem_config()
897 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in check_quirks()
951 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) in rdt_init_res_defs()
953 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in rdt_init_res_defs()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_wc_x86_64.c149 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; in qib_unordered_wc()
/Linux-v5.4/arch/x86/kernel/cpu/microcode/
Dcore.c239 switch (c->x86_vendor) { in save_microcode_in_initrd()
838 if (c->x86_vendor == X86_VENDOR_INTEL) in microcode_init()
840 else if (c->x86_vendor == X86_VENDOR_AMD) in microcode_init()
/Linux-v5.4/arch/x86/pci/
Damd_bus.c394 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_postcore_init()
395 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_postcore_init()

123