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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp89 uint32_t const cBatch = RT_MIN(cMsrsPerCall, cMsrs); local
90 rc = VMMR3CallRC(pVM, RCPtrEP, 4, pVM->pVMRC, uMsr, cBatch, RCPtrResults);
97 for (uint32_t i = 0; i < cBatch; i++)

Completed in 43 milliseconds