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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1255 uint32_t uLastStd = ASMCpuId_EAX(0); local
1262 uLastStd + 1,
1263 uLastStd + 5,
1264 uLastStd + 8,
1265 uLastStd + 32,
1266 uLastStd + 251,
1304 ASMCpuIdExSlow(uLastStd, 0, 0, 0, &auLast[0], &auLast[1], &auLast[2], &auLast[3]);
1327 ASMCpuIdExSlow(uLastStd, uValue, uValue, uValue,

Completed in 48 milliseconds