Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp504 uint32_t numPages; in segmentOp() local
559 numPages = (typeof(numPages))numPages64; in segmentOp()
562 state->fCopyPageCount += numPages; in segmentOp()
568 for (IOItemCount idx = 0; idx < numPages; idx++) { in segmentOp()
576 for (IOItemCount idx = 0; idx < numPages; idx++) { in segmentOp()