Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Didentcpu.c104 u_int cpu_high; /* Highest arg to CPUID */ variable
396 if (cpu_high > 0 && *cpu_brand == '\0') { in printcpuinfo()
783 if (cpu_high > 0) { in printcpuinfo()
1547 cpu_high = regs[0]; in identify_cpu1()
1565 if (cpu_high >= 6) { in identify_cpu2()
1573 if (cpu_high >= 7) { in identify_cpu2()
1600 if (cpu_high >= 7) { in identify_cpu_ext_features()
1616 cpu_high = regs[0]; in identify_cpu_fixup_bsp()
1643 if (cpu_high > 0 && in finishidentcpu()
1749 cpu_high = regs[0]; /* eax */ in finishidentcpu()
[all …]
H A Dmp_x86.c379 if (cpu_high >= 0x4) { in topo_probe_intel_0x4()
410 if (cpu_high >= 0x1f) { in topo_probe_intel_0xb()
466 if (cpu_high < 0x4) { in topo_probe_intel_caches()
506 if (cpu_high >= 0xb) in topo_probe_intel()
508 else if (cpu_high >= 0x1) in topo_probe_intel()
H A Dtsc.c175 if (cpu_high < 0x15) in tsc_freq_cpuid()
183 if (cpu_high < 0x16) in tsc_freq_cpuid()
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c504 u_int p[4], cpu_high; in ifunc_init() local
510 cpu_high = p[0]; in ifunc_init()
511 if (cpu_high >= 7) { in ifunc_init()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c469 u_int p[4], cpu_high; in ifunc_init() local
495 cpu_high = p[0]; in ifunc_init()
496 if (cpu_high >= 7) { in ifunc_init()
/freebsd/sys/crypto/openssl/
H A Dossl_x86.c87 if (cpu_high >= 4) { in ossl_cpuid()
/freebsd/sys/amd64/vmm/
H A Dx86.c106 } else if (func > cpu_high) { in x86_emulate_cpuid()
107 func = cpu_high; in x86_emulate_cpuid()
/freebsd/sys/x86/include/
H A Dx86_var.h54 extern u_int cpu_high;
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c257 if (cpu_high < 0x1a) in cpu_init_small_core()
/freebsd/sys/i386/i386/
H A Dlocore.S410 movl %eax,cpu_high # highest capability
/freebsd/sys/dev/coretemp/
H A Dcoretemp.c119 if (cpu_high < 6 || cpu_vendor_id != CPU_VENDOR_INTEL) in coretemp_identify()
/freebsd/sys/x86/cpufreq/
H A Dest.c931 if (cpu_high == 0 || (cpu_vendor_id != CPU_VENDOR_INTEL && in est_identify()