Home
last modified time | relevance | path

Searched refs:cpu_exthigh (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Didentcpu.c103 u_int cpu_exthigh; /* Highest arg to extended CPUID */ variable
258 if (cpu_exthigh >= 0x80000004) { in printcpuinfo()
1660 cpu_exthigh = regs[0]; in finishidentcpu()
1668 cpu_exthigh = regs[0]; in finishidentcpu()
1671 if (cpu_exthigh >= 0x80000001) { in finishidentcpu()
1676 if (cpu_exthigh >= 0x80000007) { in finishidentcpu()
1681 if (cpu_exthigh >= 0x80000008) { in finishidentcpu()
1836 if (cpu_exthigh >= 0x80000005) { in print_AMD_info()
1861 if (cpu_exthigh >= 0x80000006) { in print_AMD_info()
1967 if (cpu_exthigh >= 0x80000006) { in print_INTEL_info()
H A Dmp_x86.c311 if (cpu_exthigh >= 0x80000005) { in topo_probe_amd()
318 if (cpu_exthigh >= 0x80000006) { in topo_probe_amd()
H A Dtsc.c185 if (cpu_exthigh >= 0x80000004) { in tsc_freq_intel()
/f-stack/freebsd/amd64/vmm/
H A Dx86.c114 if (cpu_exthigh != 0 && func >= 0x80000000) { in x86_emulate_cpuid()
115 if (func > cpu_exthigh) in x86_emulate_cpuid()
116 func = cpu_exthigh; in x86_emulate_cpuid()
H A Dvmm_util.c71 if (cpu_exthigh >= 0x80000001) { in vmm_supports_1G_pages()
/f-stack/freebsd/crypto/openssl/
H A Dossl_x86.c70 if (cpu_vendor_id == CPU_VENDOR_AMD && cpu_exthigh >= 0x80000008) { in ossl_cpuid()
/f-stack/freebsd/x86/include/
H A Dx86_var.h42 extern u_int cpu_exthigh;