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

/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_x86.c77 if (cpu_high >= 4) {
/freebsd-13-stable/sys/x86/include/
H A Dx86_var.h58 extern u_int cpu_high;
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c102 u_int cpu_high; /* Highest arg to CPUID */ variable
394 if (cpu_high > 0 && *cpu_brand == '\0') {
781 if (cpu_high > 0) {
1567 cpu_high = regs[0];
1585 if (cpu_high >= 6) {
1593 if (cpu_high >= 7) {
1624 cpu_high = regs[0];
1641 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) {
1651 if (cpu_high > 0 &&
1756 cpu_high
[all...]
H A Dmp_x86.c366 if (cpu_high >= 0x4) {
444 if (cpu_high < 0x4) {
479 * Note that 0x1 <= cpu_high < 4 case should be
484 if (cpu_high >= 0xb)
486 else if (cpu_high >= 0x1)
H A Dtsc.c152 if (cpu_high < 0x15)
160 if (cpu_high < 0x16)
/freebsd-13-stable/libexec/rtld-elf/amd64/
H A Dreloc.c505 u_int p[4], cpu_high; local
511 cpu_high = p[0];
512 if (cpu_high >= 7) {
/freebsd-13-stable/libexec/rtld-elf/i386/
H A Dreloc.c471 u_int p[4], cpu_high; local
497 cpu_high = p[0];
498 if (cpu_high >= 7) {
/freebsd-13-stable/sys/amd64/vmm/
H A Dx86.c120 } else if (func > cpu_high) {
121 func = cpu_high;
/freebsd-13-stable/sys/i386/i386/
H A Dlocore.s415 movl %eax,cpu_high # highest capability
/freebsd-13-stable/sys/dev/coretemp/
H A Dcoretemp.c122 if (cpu_high < 6 || cpu_vendor_id != CPU_VENDOR_INTEL)
/freebsd-13-stable/sys/x86/cpufreq/
H A Dest.c935 if (cpu_high == 0 || (cpu_vendor_id != CPU_VENDOR_INTEL &&

Completed in 139 milliseconds