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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3Db.cpp62 uint32_t cCpuIdLeaves; member in struct:CPUMDBENTRY
618 rc = CPUMR3CpuIdCollectLeaves(&pInfo->paCpuIdLeavesR3, &pInfo->cCpuIdLeaves);
721 pInfo->cCpuIdLeaves = pEntry->cCpuIdLeaves;
722 if (pEntry->cCpuIdLeaves)
725 sizeof(pEntry->paCpuIdLeaves[0]) * pEntry->cCpuIdLeaves);
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h162 uint32_t cCpuIdLeaves; member in struct:CPUMINFO
164 * Set to cCpuIdLeaves if none present. */

Completed in 46 milliseconds