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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1326 uint32_t auLastWithEcx[4]; local
1328 &auLastWithEcx[0], &auLastWithEcx[1], &auLastWithEcx[2], &auLastWithEcx[3]);
1338 if (!memcmp(auCur, auLastWithEcx, sizeof(auCur)))
1341 else if (!memcmp(auCur, auLastWithEcx, sizeof(auCur)))

Completed in 62 milliseconds