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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2131 uint32_t uMaxStdLeaf; member in struct:CPUMCPUIDCONFIG
2238 if (uLimit > pConfig->uMaxStdLeaf)
2240 pCurLeaf->uEax = uLimit = pConfig->uMaxStdLeaf;
3568 rc = CFGMR3QueryU32Def(pCpumCfg, "MaxStdLeaf", &pConfig->uMaxStdLeaf, UINT32_C(0x00000016));

Completed in 64 milliseconds