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

/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp327 uint32_t numPages; local
370 numPages = atop_64(round_page_64((address & PAGE_MASK) + length));
374 state->fCopyPageCount += numPages;
383 for (IOItemCount idx = 0; idx < numPages; idx++)
393 for (IOItemCount idx = 0; idx < numPages; idx++)

Completed in 75 milliseconds