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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp312 uint32_t numPages; local
355 numPages = atop_64(round_page_64(length));
360 state->fCopyPageCount += numPages;
366 for (IOItemCount idx = 0; idx < numPages; idx++)

Completed in 40 milliseconds