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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1321 uint32_t cbRegionAligned = RT_BIT_32(iLastSet - 1); local
1322 if (cbRegion > cbRegionAligned)
1323 cbRegion = cbRegionAligned * 2; /* round up */

Completed in 64 milliseconds