Home | History | Annotate | Download | only in target-i386

Lines Matching refs:cpuid_version

437         env->cpuid_version = 0xf00 | ((def->family - 0x0f) << 20);
439 env->cpuid_version
440 env->cpuid_version |= ((def->model & 0xf) << 4) | ((def->model >> 4) << 16);
441 env->cpuid_version |= def->stepping;
519 env->regs[R_EDX] = env->cpuid_version;
1524 if (((cenv->cpuid_version >> 8)&0xf) >= 6
1598 *eax = env->cpuid_version;