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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1328 * @param iRange The ordinal of the range.
1335 VMMR3DECL(int) PGMR3PhysGetRange(PVM pVM, uint32_t iRange, PRTGCPHYS pGCPhysStart, PRTGCPHYS pGCPhysLast, argument
1343 if (iCurRange == iRange)
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp3070 uint32_t iRange = uMsr - uMsrBase; local
3071 Assert(cMax > iRange);
3072 cMax -= iRange;
3131 && iRange == 0;
3134 iRange, fIgnMask0, fGpMask0,
3141 iRange /*uValue*/, fIgnMask0, fGpMask0, pszAnnotation);

Completed in 53 milliseconds