Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Didentcpu.c105 u_int cpu_high; /* Highest arg to CPUID */ variable
402 if (cpu_high > 0 && *cpu_brand == '\0') { in printcpuinfo()
789 if (cpu_high > 0) { in printcpuinfo()
1578 cpu_high = regs[0]; in identify_cpu1()
1596 if (cpu_high >= 6) { in identify_cpu2()
1604 if (cpu_high >= 7) { in identify_cpu2()
1638 if (cpu_high >= 7) { in identify_cpu_ext_features()
1654 cpu_high = regs[0]; in identify_cpu_fixup_bsp()
1671 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) { in finishidentcpu()
1682 if (cpu_high > 0 && in finishidentcpu()
[all …]
H A Dmp_x86.c380 if (cpu_high >= 0x4) { in topo_probe_intel_0x4()
411 if (cpu_high >= 0x1f) { in topo_probe_intel_0xb()
467 if (cpu_high < 0x4) { in topo_probe_intel_caches()
507 if (cpu_high >= 0xb) in topo_probe_intel()
509 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/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-phyboard-nash-pwm-fan.dtso38 cpu_high: cpu-high {
58 trip = <&cpu_high>;
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c595 u_int p[4], cpu_high; in ifunc_init() local
601 cpu_high = p[0]; in ifunc_init()
602 if (cpu_high >= 7) { in ifunc_init()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c550 u_int p[4], cpu_high; in ifunc_init() local
578 cpu_high = p[0]; in ifunc_init()
579 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.c109 } else if (func > cpu_high) { in x86_emulate_cpuid()
110 func = cpu_high; in x86_emulate_cpuid()
/freebsd/sys/x86/include/
H A Dx86_var.h56 extern u_int cpu_high;
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c257 if (cpu_high < 0x1a) in cpu_init_small_core()
/freebsd/sys/dev/coretemp/
H A Dcoretemp.c119 if (cpu_high < 6 || cpu_vendor_id != CPU_VENDOR_INTEL) in coretemp_identify()
/freebsd/sys/i386/i386/
H A Dlocore.S410 movl %eax,cpu_high # highest capability
/freebsd/sys/x86/cpufreq/
H A Dest.c931 if (cpu_high == 0 || (cpu_vendor_id != CPU_VENDOR_INTEL && in est_identify()