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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2133 uint32_t uMaxCentaurLeaf; member in struct:CPUMCPUIDCONFIG
2299 if (uLimit > pConfig->uMaxCentaurLeaf)
2301 pCurLeaf->uEax = uLimit = pConfig->uMaxCentaurLeaf;
3584 rc = CFGMR3QueryU32Def(pCpumCfg, "MaxCentaurLeaf", &pConfig->uMaxCentaurLeaf, UINT32_C(0xc0000004));

Completed in 63 milliseconds