Home
last modified time | relevance | path

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

/linux/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.c247 if (boot_cpu_has(X86_FEATURE_TOPOEXT) || boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in amd_fill_cpuid4_info()
271 return (cpu_vendor == X86_VENDOR_AMD || cpu_vendor == X86_VENDOR_HYGON) ? 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()
627 if (cpu_vendor == X86_VENDOR_AMD || cpu_vendor == X86_VENDOR_HYGON) in populate_cache_leaves()
/linux/arch/x86/kernel/
H A Damd_nb.c129 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in early_is_amd_nb()
148 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_get_mmconfig_range()
319 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in init_amd_nbs()
H A Dsmpboot.c813 (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON && boot_cpu_data.x86 >= 0x18) || in smp_set_init_udelay()
/linux/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.h64 X86_VENDOR_AMD, X86_VENDOR_HYGON, X86_VENDOR_MAX}; enumerator
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c153 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in get_boost_mode_x86()
226 cpupower_cpu_info.vendor == X86_VENDOR_HYGON || in get_boost_mode()
/linux/arch/x86/kernel/acpi/
H A Dcstate.c236 c->x86_vendor != X86_VENDOR_HYGON) in ffh_cstate_init()
H A Dcppc.c31 case X86_VENDOR_HYGON: in cpc_supported_by_cpu()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c905 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in get_mem_config()
1068 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in rdt_init_res_defs()
1105 case X86_VENDOR_HYGON: in resctrl_cpu_detect()
/linux/drivers/rtc/
H A Drtc-mc146818-lib.c205 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in apply_amd_register_a_behavior()
H A Drtc-cmos.c834 case X86_VENDOR_HYGON: in use_acpi_alarm_quirks()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c232 if (m->cpuvendor != X86_VENDOR_AMD && m->cpuvendor != X86_VENDOR_HYGON) in print_mce()
538 case X86_VENDOR_HYGON: in mce_is_memory_error()
579 if (m->cpuvendor == X86_VENDOR_HYGON && m->status & MCI_STATUS_DEFERRED) in mce_is_correctable()
2043 case X86_VENDOR_HYGON: in __mcheck_cpu_init_vendor()
2415 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON || in vendor_disable_error_reporting()
/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c276 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in init_maxfreq_mode()
/linux/arch/x86/events/amd/
H A Duncore.c778 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()
1123 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) in amd_uncore_init()
/linux/drivers/acpi/
H A Dacpi_pad.c67 case X86_VENDOR_HYGON: in power_saving_mwait_init()
/linux/arch/x86/include/asm/
H A Dprocessor.h204 #define X86_VENDOR_HYGON 9 macro
/linux/arch/x86/kernel/apic/
H A Dapic.c209 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in modern_apic()
2027 case X86_VENDOR_HYGON: in detect_init_APIC()
/linux/arch/x86/events/
H A Drapl.c128 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)
H A Dcore.c2147 case X86_VENDOR_HYGON: in init_hw_perf_events()
/linux/arch/x86/kvm/svm/
H A Dsvm.c489 c->x86_vendor != X86_VENDOR_HYGON) { in __kvm_is_svm_supported()