Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp500 uint32_t numPages; in segmentOp() local
555 numPages = (typeof(numPages))numPages64; in segmentOp()
558 state->fCopyPageCount += numPages; in segmentOp()
564 for (IOItemCount idx = 0; idx < numPages; idx++) { in segmentOp()
572 for (IOItemCount idx = 0; idx < numPages; idx++) { in segmentOp()