Home
last modified time | relevance | path

Searched refs:cpu_high (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/x86/x86/
H A Didentcpu.c102 u_int cpu_high; /* Highest arg to CPUID */ variable
394 if (cpu_high > 0 && *cpu_brand == '\0') { in printcpuinfo()
781 if (cpu_high > 0) { in printcpuinfo()
1567 cpu_high = regs[0]; in identify_cpu1()
1585 if (cpu_high >= 6) { in identify_cpu2()
1593 if (cpu_high >= 7) { in identify_cpu2()
1624 cpu_high = regs[0]; in identify_cpu_fixup_bsp()
1641 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) { in finishidentcpu()
1651 if (cpu_high > 0 && in finishidentcpu()
1756 cpu_high = regs[0]; /* eax */ in finishidentcpu()
[all …]
H A Dmp_x86.c369 if (cpu_high >= 0x4) { in topo_probe_intel_0x4()
400 if (cpu_high >= 0x1f) { in topo_probe_intel_0xb()
456 if (cpu_high < 0x4) { in topo_probe_intel_caches()
496 if (cpu_high >= 0xb) in topo_probe_intel()
498 else if (cpu_high >= 0x1) in topo_probe_intel()
H A Dtsc.c162 if (cpu_high < 0x15) in tsc_freq_cpuid()
170 if (cpu_high < 0x16) in tsc_freq_cpuid()
/freebsd-13.1/libexec/rtld-elf/i386/
H A Dreloc.c471 u_int p[4], cpu_high; in ifunc_init() local
497 cpu_high = p[0]; in ifunc_init()
498 if (cpu_high >= 7) { in ifunc_init()
/freebsd-13.1/libexec/rtld-elf/amd64/
H A Dreloc.c505 u_int p[4], cpu_high; in ifunc_init() local
511 cpu_high = p[0]; in ifunc_init()
512 if (cpu_high >= 7) { in ifunc_init()
/freebsd-13.1/sys/crypto/openssl/
H A Dossl_x86.c77 if (cpu_high >= 4) { in ossl_cpuid()
/freebsd-13.1/sys/amd64/vmm/
H A Dx86.c120 } else if (func > cpu_high) { in x86_emulate_cpuid()
121 func = cpu_high; in x86_emulate_cpuid()
/freebsd-13.1/sys/x86/include/
H A Dx86_var.h58 extern u_int cpu_high;
/freebsd-13.1/sys/i386/i386/
H A Dlocore.s415 movl %eax,cpu_high # highest capability
/freebsd-13.1/sys/dev/coretemp/
H A Dcoretemp.c122 if (cpu_high < 6 || cpu_vendor_id != CPU_VENDOR_INTEL) in coretemp_identify()
/freebsd-13.1/sys/x86/cpufreq/
H A Dest.c935 if (cpu_high == 0 || (cpu_vendor_id != CPU_VENDOR_INTEL && in est_identify()