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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1282 uint32_t au32CpuId[8] = {0,0,0,0, 0,0,0,0}; local
1283 ASMCpuIdExSlow(0, 0, 0, 0, &au32CpuId[0], &au32CpuId[1], &au32CpuId[2], &au32CpuId[3]);
1284 ASMCpuIdExSlow(1, 0, 0, 0, &au32CpuId[4], &au32CpuId[5], &au32CpuId[6], &au32CpuId[7]);
1290 au32CpuId[
[all...]

Completed in 54 milliseconds