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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dcpu.h53 uint32_t r_eax; member in struct:amd64_cpuid_regs
H A Dbuiltins.c3217 maxeax = vcr->r_eax;
3248 if ((family = BITX(vcr->r_eax, 11, 8)) == 0xf)
3249 family += BITX(vcr->r_eax, 27, 20);
3251 if ((model = BITX(vcr->r_eax, 7, 4)) == 0xf)
3252 model += BITX(vcr->r_eax, 19, 16) << 4;
3253 step = BITX(vcr->r_eax, 3, 0);
3262 if (vcr->r_eax & 0x80000000) {
3263 uint32_t xmaxeax = vcr->r_eax;

Completed in 170 milliseconds