Searched defs:versionid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c116 uint32_t versionid; local
137 versionid = cpuid.cp_eax & 0xFF;
138 if (versionid < 3) {
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c468 static uint32_t versionid; variable
1151 versionid = cp.cp_eax & 0xFF;
1160 switch (versionid) {
1171 * versionid is reported as 2 when actually 1.
1182 versionid = 1;
1277 versionid, cpuid_getfamily(CPU), cpuid_getmodel(CPU));
1428 if (versionid >= 3) {
1508 if (versionid >= 3) {
1608 if (versionid >= 3) {
1738 if (versionid <
[all...]

Completed in 66 milliseconds