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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1091 static struct { uint32_t uMsr; bool fSpecial; } const s_aCandidates[] = local
1114 for (uint32_t iOuter = 0; iOuter < RT_ELEMENTS(s_aCandidates); iOuter++)
1116 uint32_t uLeaf = s_aCandidates[iOuter].uMsr;
1206 else if (s_aCandidates[iOuter].fSpecial)

Completed in 64 milliseconds