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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3Db.cpp60 PCCPUMCPUIDLEAF paCpuIdLeaves; member in struct:CPUMDBENTRY
61 /** The number of CPUID leaves in the array paCpuIdLeaves points to. */
724 pInfo->paCpuIdLeavesR3 = (PCPUMCPUIDLEAF)RTMemDup(pEntry->paCpuIdLeaves,
725 sizeof(pEntry->paCpuIdLeaves[0]) * pEntry->cCpuIdLeaves);

Completed in 43 milliseconds