Searched refs:maxeax (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_id.c121 uint_t maxeax; local
126 maxeax = cpuid_info.eax;
128 if (maxeax >= 0x80000005) { /* We have L1D info */
133 if (maxeax >= 0x80000006) { /* We have L2 and L3 info */
142 if (maxeax >= 0x80000008 && l3_cache_size != 0) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c141 uint32_t maxeax; local
174 maxeax = vcr->r_eax;
186 if (maxeax > max_maxeax) {
187 grub_printf("cpu: warning, maxeax was 0x%x -> 0x%x\n",
188 maxeax, max_maxeax);
189 maxeax = max_maxeax;
192 if (maxeax < 1)
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c509 uint32_t maxeax; local
515 maxeax = cpc_getcpuid(0, &vbuf[0], &vbuf[2], &vbuf[1]);
524 if (maxeax >= 1) {

Completed in 53 milliseconds