Home
last modified time | relevance | path

Searched refs:CPU_VENDOR_HYGON (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dcputypes.h48 #define CPU_VENDOR_HYGON 0x1d94 /* Hygon */ macro
/f-stack/freebsd/x86/x86/
H A Didentcpu.c226 { HYGON_VENDOR_ID, CPU_VENDOR_HYGON }, /* HygonGenuine */
686 case CPU_VENDOR_HYGON: in printcpuinfo()
757 cpu_vendor_id == CPU_VENDOR_HYGON || in printcpuinfo()
1118 cpu_vendor_id == CPU_VENDOR_HYGON)) in printcpuinfo()
1149 cpu_vendor_id == CPU_VENDOR_HYGON) in printcpuinfo()
1654 cpu_vendor_id == CPU_VENDOR_HYGON || in finishidentcpu()
1665 cpu_vendor_id == CPU_VENDOR_HYGON || in finishidentcpu()
H A Dtsc.c255 case CPU_VENDOR_HYGON: in probe_tsc_freq()
537 case CPU_VENDOR_HYGON: in test_tsc()
654 cpu_vendor_id == CPU_VENDOR_HYGON) { in init_TSC_tc()
H A Dmsi.c325 case CPU_VENDOR_HYGON: in msi_init()
H A Dmca.c201 cpu_vendor_id != CPU_VENDOR_HYGON) in amd_thresholding_supported()
H A Dmp_x86.c523 cpu_vendor_id == CPU_VENDOR_HYGON) in topo_probe()
H A Dlocal_apic.c690 cpu_vendor_id != CPU_VENDOR_HYGON) in amd_read_ext_features()
/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c306 case CPU_VENDOR_HYGON: in initializecpu()
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c330 cpu_vendor_id != CPU_VENDOR_HYGON) in hwpstate_identify()
473 cpu_vendor_id == CPU_VENDOR_HYGON ? "Hygon" : "AMD", in hwpstate_get_info_from_msr()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1613 cpu_vendor_id == CPU_VENDOR_HYGON) in DB_SHOW_COMMAND()