Searched refs:cCpuIdLeaves (Results 1 - 5 of 5) 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);
H A DCPUMR3CpuId.cpp610 Assert(cLeaves == pVM->cpum.s.GuestInfo.cCpuIdLeaves);
743 pcLeaves = &pVM->cpum.s.GuestInfo.cCpuIdLeaves;
1029 PCPUMCPUIDLEAF pcLeaf = cpumR3CpuIdGetLeaf(pVM->cpum.s.GuestInfo.paCpuIdLeavesR3, pVM->cpum.s.GuestInfo.cCpuIdLeaves,
1695 uint32_t iEnd = pCpum->GuestInfo.cCpuIdLeaves;
1887 rc = cpumR3CpuIdInsert(NULL /* pVM */, &pVM->cpum.s.GuestInfo.paCpuIdLeavesR3, &pVM->cpum.s.GuestInfo.cCpuIdLeaves,
1996 pCpum->GuestInfo.cCpuIdLeaves = cLeaves;
2013 if ( pCpum->GuestInfo.cCpuIdLeaves > 0
2016 while ( i + 1 < pCpum->GuestInfo.cCpuIdLeaves
2033 rc = cpumR3CpuIdExplodeFeatures(pCpum->GuestInfo.paCpuIdLeavesR3, pCpum->GuestInfo.cCpuIdLeaves, &pCpum->GuestFeatures);
2164 int rc = cpumR3CpuIdInsert(NULL /* pVM */, &pCpum->GuestInfo.paCpuIdLeavesR3, &pCpum->GuestInfo.cCpuIdLeaves,
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm61 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.cCpuIdLeaves]
128 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.cCpuIdLeaves]
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h162 uint32_t cCpuIdLeaves; member in struct:CPUMINFO
164 * Set to cCpuIdLeaves if none present. */
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp1164 unsigned iEnd = pVM->cpum.s.GuestInfo.cCpuIdLeaves;
1221 unsigned iEnd = pVM->cpum.s.GuestInfo.cCpuIdLeaves;
1257 while ( i + 1 < pVM->cpum.s.GuestInfo.cCpuIdLeaves

Completed in 63 milliseconds