Lines Matching refs:UInt
202 ((UInt)(((osd)->getLength() - ((char *) getIOPLList(d) - (char *) d)) / sizeof(ioPLBlock)))
939 UInt currentPageIndex = 0; in memoryReferenceMap()
1090 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP); in memoryReferenceMap()
1097 UInt ioplIndex = 0; in memoryReferenceMap()
1160 UInt nb_pages = (typeof(nb_pages))round_page(chunk) / PAGE_SIZE; in memoryReferenceMap()
1247 UInt currentPageIndex = 0; in memoryReferenceMapNew()
1401 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP); in memoryReferenceMapNew()
1408 UInt ioplIndex = 0; in memoryReferenceMapNew()
1472 UInt nb_pages = (typeof(nb_pages))round_page(chunk) / PAGE_SIZE; in memoryReferenceMapNew()
2962 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
3082 UInt count = getNumIOPL(_memoryEntries, dataP); in dmaCommandOperation()
3113 UInt fIndex; in dmaCommandOperation()
3170 UInt ind; in dmaCommandOperation()
3255 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP); in dmaCommandOperation()
3306 UInt pageInd = atop_32(offset); in dmaCommandOperation()
3570 IOMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
4195 for (UInt range = 0; mdOffset < _length; range++) { in wireVirtual()
4420 UInt done = getNumIOPL(_memoryEntries, dataP); in wireVirtual()
4423 for (UInt ioplIdx = 0; ioplIdx < done; ioplIdx++) { in wireVirtual()
4765 UInt ind, count = getNumIOPL(_memoryEntries, dataP); in complete()