Searched defs:cMsrRanges (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h156 uint32_t cMsrRanges; member in struct:CPUMINFO

Completed in 46 milliseconds