Home
last modified time | relevance | path

Searched refs:cpu_vendor_id (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/x86/x86/
H A Didentcpu.c111 u_int cpu_vendor_id; /* CPU vendor ID */ variable
270 switch (cpu_vendor_id) { in printcpuinfo()
758 if (cpu_vendor_id == CPU_VENDOR_INTEL || in printcpuinfo()
759 cpu_vendor_id == CPU_VENDOR_AMD || in printcpuinfo()
760 cpu_vendor_id == CPU_VENDOR_HYGON || in printcpuinfo()
761 cpu_vendor_id == CPU_VENDOR_CENTAUR || in printcpuinfo()
763 cpu_vendor_id == CPU_VENDOR_TRANSMETA || in printcpuinfo()
764 cpu_vendor_id == CPU_VENDOR_RISE || in printcpuinfo()
765 cpu_vendor_id == CPU_VENDOR_NSC || in printcpuinfo()
766 (cpu_vendor_id == CPU_VENDOR_CYRIX && ((cpu_id & 0xf00) > 0x500)) || in printcpuinfo()
[all …]
H A Dmca.c202 if (cpu_vendor_id != CPU_VENDOR_AMD && in amd_thresholding_supported()
203 cpu_vendor_id != CPU_VENDOR_HYGON) in amd_thresholding_supported()
227 if (cpu_vendor_id != CPU_VENDOR_INTEL) in cmci_supported()
240 if (cpu_vendor_id != CPU_VENDOR_INTEL) in tes_supported()
410 if (cpu_vendor_id == CPU_VENDOR_INTEL && in mca_mute()
688 rec->mr_cpu_vendor_id = cpu_vendor_id; in mca_check_status()
1127 if (cpu_vendor_id == CPU_VENDOR_AMD && in mca_setup()
1396 if (cpu_vendor_id == CPU_VENDOR_AMD && family == 0x10 && in _mca_init()
1410 if (cpu_vendor_id == CPU_VENDOR_INTEL && in _mca_init()
1428 if (cpu_vendor_id == CPU_VENDOR_INTEL) { in _mca_init()
[all …]
H A Dtsc.c290 switch (cpu_vendor_id) { in probe_tsc_freq_early()
325 switch (cpu_vendor_id) { in probe_tsc_freq_early()
411 if (cpu_vendor_id == CPU_VENDOR_INTEL && in probe_tsc_freq_late()
616 switch (cpu_vendor_id) { in test_tsc()
679 if (cpu_vendor_id == CPU_VENDOR_INTEL && in init_TSC_tc()
716 if (cpu_vendor_id == CPU_VENDOR_AMD || in init_TSC_tc()
717 cpu_vendor_id == CPU_VENDOR_HYGON) { in init_TSC_tc()
H A Dcpu_machdep.c816 else if (cpu_vendor_id == CPU_VENDOR_AMD && in cpu_idle_tun()
824 if (cpu_vendor_id == CPU_VENDOR_INTEL && in cpu_idle_tun()
1195 if (cpu_vendor_id != CPU_VENDOR_INTEL || hw_mds_disable == 0 || in hw_mds_recalculate()
1620 return (cpu_vendor_id == CPU_VENDOR_AMD && in zenbleed_chicken_bit_applicable()
1743 bool cpu_is_amd = cpu_vendor_id == CPU_VENDOR_AMD ||
1744 cpu_vendor_id == CPU_VENDOR_HYGON;
H A Dmp_x86.c548 else if (cpu_vendor_id == CPU_VENDOR_AMD || in topo_probe()
549 cpu_vendor_id == CPU_VENDOR_HYGON) in topo_probe()
551 else if (cpu_vendor_id == CPU_VENDOR_INTEL) in topo_probe()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_x86.c236 if (cpu_vendor_id == CPU_VENDOR_AMD || in pmc_md_initialize()
237 cpu_vendor_id == CPU_VENDOR_HYGON) in pmc_md_initialize()
239 else if (cpu_vendor_id == CPU_VENDOR_INTEL) in pmc_md_initialize()
264 if (cpu_vendor_id == CPU_VENDOR_AMD || in pmc_md_finalize()
265 cpu_vendor_id == CPU_VENDOR_HYGON) in pmc_md_finalize()
267 else if (cpu_vendor_id == CPU_VENDOR_INTEL) in pmc_md_finalize()
H A Dhwpmc_intel.c82 KASSERT(cpu_vendor_id == CPU_VENDOR_INTEL, in pmc_intel_initialize()
/freebsd/sys/crypto/openssl/
H A Dossl_x86.c73 if (cpu_vendor_id == CPU_VENDOR_INTEL) { in ossl_cpuid()
80 if (cpu_vendor_id == CPU_VENDOR_AMD && cpu_exthigh >= 0x80000008) { in ossl_cpuid()
99 if (cpu_vendor_id == CPU_VENDOR_AMD) in ossl_cpuid()
/freebsd/sys/x86/linux/
H A Dlinux_vdso_selector_x86.c48 amd_cpu = (cpu_vendor_id == CPU_VENDOR_AMD || in linux_vdso_tsc_selector_idx()
49 cpu_vendor_id == CPU_VENDOR_HYGON); in linux_vdso_tsc_selector_idx()
/freebsd/sys/dev/amd_ecc_inject/
H A Decc_inject.c205 if ((cpu_vendor_id != CPU_VENDOR_AMD || CPUID_TO_FAMILY(cpu_id) < 0x10) && in ecc_ei_load()
206 cpu_vendor_id != CPU_VENDOR_HYGON) { in ecc_ei_load()
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_amd.c348 if ((cpu_vendor_id != CPU_VENDOR_AMD || CPUID_TO_FAMILY(cpu_id) < 0x10) && in hwpstate_probe()
349 cpu_vendor_id != CPU_VENDOR_HYGON) in hwpstate_probe()
529 cpu_vendor_id == CPU_VENDOR_HYGON ? "Hygon" : "AMD", in hwpstate_get_info_from_acpi_perf()
H A Dest.c931 if (cpu_high == 0 || (cpu_vendor_id != CPU_VENDOR_INTEL && in est_identify()
932 cpu_vendor_id != CPU_VENDOR_CENTAUR)) in est_identify()
1133 if (p->vendor_id == cpu_vendor_id && p->id32 == id) in est_table_info()
H A Dsmist.c287 if (cpu_vendor_id != CPU_VENDOR_INTEL) in smist_identify()
H A Dhwpstate_intel.c334 if (cpu_vendor_id != CPU_VENDOR_INTEL) in intel_hwpstate_identify()
/freebsd/sys/i386/i386/
H A Dinitcpu.c671 switch (cpu_vendor_id) { in initializecpu()
710 switch (cpu_vendor_id) { in initializecpu()
964 if (cpu_vendor_id == CPU_VENDOR_CYRIX) { in DB_SHOW_COMMAND()
H A Dk6_mem.c179 if (cpu_vendor_id != CPU_VENDOR_AMD) in k6_mem_drvinit()
H A Dlongrun.c265 if (cpu_vendor_id != CPU_VENDOR_TRANSMETA) in setup_tmx86_longrun()
H A Dpmap_base.c368 if (cpu_vendor_id != CPU_VENDOR_INTEL) in pmap_force_invalidate_cache_range()
372 if (cpu_vendor_id != CPU_VENDOR_INTEL) in pmap_force_invalidate_cache_range()
H A Dmachdep.c698 if (((cpu_vendor_id == CPU_VENDOR_INTEL || in DB_SHOW_COMMAND_FLAGS()
699 cpu_vendor_id == CPU_VENDOR_AMD) && CPUID_TO_FAMILY(cpu_id) >= 6) || in DB_SHOW_COMMAND_FLAGS()
700 cpu_vendor_id == CPU_VENDOR_HYGON) in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/x86/include/
H A Dx86_var.h63 extern u_int cpu_vendor_id;
/freebsd/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c191 switch (cpu_vendor_id) { in hyperv_tsc_tcinit()
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c332 switch (cpu_vendor_id) { in initializecpu()
/freebsd/sys/x86/pci/
H A Dqpi.c68 if (cpu_vendor_id != CPU_VENDOR_INTEL || in qpi_identify()
/freebsd/sys/dev/coretemp/
H A Dcoretemp.c119 if (cpu_high < 6 || cpu_vendor_id != CPU_VENDOR_INTEL) in coretemp_identify()
/freebsd/sys/dev/amdsbwd/
H A Damdsbwd.c417 cpu_vendor_id == CPU_VENDOR_HYGON ? "Hygon" : "AMD"); in amdsbwd_probe_fch41()

12