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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c140 struct amd64_cpuid_regs __vcr, *vcr = &__vcr; local
172 amd64_cpuid_insn(0, vcr);
174 maxeax = vcr->r_eax;
179 *iptr++ = vcr->r_ebx;
180 *iptr++ = vcr->r_edx;
181 *iptr++ = vcr->r_ecx;
197 amd64_cpuid_insn(1, vcr);
205 if ((family = BITX(vcr->r_eax, 11, 8)) == 0xf)
206 family += BITX(vcr->r_eax, 27, 20);
208 if ((model = BITX(vcr
[all...]

Completed in 67 milliseconds