Searched refs:cMsrRanges (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3Db.cpp72 uint32_t cMsrRanges; member in struct:CPUMDBENTRY
258 * @param cMsrRanges The number of MSR ranges.
261 static uint32_t cpumR3MsrRangesBinSearch(PCCPUMMSRRANGE paMsrRanges, uint32_t cMsrRanges, uint32_t uMsr) argument
263 if (!cMsrRanges)
267 uint32_t iLast = cMsrRanges - 1;
284 if (i < cMsrRanges)
304 * @param cMsrRanges The current number of ranges.
307 static PCPUMMSRRANGE cpumR3MsrRangesEnsureSpace(PVM pVM, PCPUMMSRRANGE *ppaMsrRanges, uint32_t cMsrRanges, uint32_t cNewRanges) argument
311 cMsrRangesAllocated = RT_ALIGN_32(cMsrRanges, 16);
319 cMsrRangesAllocated = cMsrRanges;
405 uint32_t cMsrRanges = *pcMsrRanges; local
[all...]
H A DCPUMR3CpuId.cpp1793 rc = cpumR3MsrRangesInsert(NULL /* pVM */, &pVM->cpum.s.GuestInfo.paMsrRangesR3, &pVM->cpum.s.GuestInfo.cMsrRanges,
3886 sizeof(pCpum->GuestInfo.paMsrRangesR3[0]) * pCpum->GuestInfo.cMsrRanges, 32,
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h156 uint32_t cMsrRanges; member in struct:CPUMINFO
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllMsrs.cpp4919 uint32_t cRanges = pVM->cpum.s.GuestInfo.cMsrRanges;
4952 uint32_t cLeft = pVM->cpum.s.GuestInfo.cMsrRanges;

Completed in 83 milliseconds