Home
last modified time | relevance | path

Searched refs:X86_VENDOR_HYGON (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c49 case X86_VENDOR_HYGON: in nmi_perfctr_msr_to_bit()
82 case X86_VENDOR_HYGON: in nmi_evntsel_msr_to_bit()
H A Dcacheinfo.c607 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in cpuid4_cache_lookup_regs()
635 c->x86_vendor == X86_VENDOR_HYGON) in find_num_cache_leaves()
944 c->x86_vendor == X86_VENDOR_HYGON) { in __cache_cpumap_setup()
H A Dbugs.c849 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in retbleed_select_mitigation()
871 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in retbleed_select_mitigation()
1518 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)) { in spectre_v2_select_mitigation()
2303 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in retbleed_show_state()
H A Dhygon.c403 .c_x86_vendor = X86_VENDOR_HYGON,
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Damd_nb.c240 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in amd_cache_northbridges()
340 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in early_is_amd_nb()
343 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in early_is_amd_nb()
360 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_get_mmconfig_range()
H A Dsmpboot.c735 ((boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) && (boot_cpu_data.x86 >= 0x18)) || in smp_quirk_init_udelay()
1685 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in mwait_play_dead()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dcpuid.c112 cpu_info->vendor != X86_VENDOR_HYGON && in get_cpu_info()
130 cpu_info->vendor == X86_VENDOR_HYGON) { in get_cpu_info()
H A Dhelpers.h63 X86_VENDOR_AMD, X86_VENDOR_HYGON, X86_VENDOR_MAX}; enumerator
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvirtext.h92 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) { in cpu_has_svm()
H A Dprocessor.h163 #define X86_VENDOR_HYGON 9 macro
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Duncore.c564 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_uncore_init()
599 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON" : "", in amd_uncore_init()
631 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ? "HYGON" : "", in amd_uncore_init()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Damd_freq_sensitivity.c116 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in amd_freq_sensitivity_init()
H A Dacpi-cpufreq.c84 case X86_VENDOR_HYGON: in boost_state()
103 case X86_VENDOR_HYGON: in boost_set_msr()
218 else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in extract_msr()
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dprobe_32.c153 case X86_VENDOR_HYGON: in default_setup_apic_routing()
H A Dapic.c232 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in modern_apic()
2017 case X86_VENDOR_HYGON: in detect_init_APIC()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/
H A Dcpufreq-info.c188 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in get_boost_mode_x86()
250 cpupower_cpu_info.vendor == X86_VENDOR_HYGON || in get_boost_mode()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c273 if (m->cpuvendor != X86_VENDOR_AMD && m->cpuvendor != X86_VENDOR_HYGON) in print_mce()
570 case X86_VENDOR_HYGON: in mce_is_memory_error()
611 if (m->cpuvendor == X86_VENDOR_HYGON && m->status & MCI_STATUS_DEFERRED) in mce_is_correctable()
1888 if (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) { in __mcheck_cpu_init_early()
1960 case X86_VENDOR_HYGON: in __mcheck_cpu_init_vendor()
2290 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON || in vendor_disable_error_reporting()
H A Dseverity.c421 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in mcheck_vendor_init_severity()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-mc146818-lib.c224 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in apply_amd_register_a_behavior()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c283 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in init_maxfreq_mode()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Damd_bus.c395 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_postcore_init()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_pad.c64 case X86_VENDOR_HYGON: in power_saving_mwait_init()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dpmu.c94 } else if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) { in xen_pmu_arch_init()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.c1176 c->x86_vendor != X86_VENDOR_HYGON) in mce_amd_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c834 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_special_default_mtrr()

12