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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2941 uint8_t bLevelType = RT_BYTE2(pCurLeaf->uEcx); local
2942 if (bLevelType == 1)
2948 else if (bLevelType == 2)
2960 AssertLogRelMsg(bLevelType == 0, ("bLevelType=%#x uSubLeaf=%#x\n", bLevelType, uSubLeaf));

Completed in 72 milliseconds