Searched refs:computeDataSize (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 204 #define computeDataSize(p, u) \ macro 2131 unsigned int dataSize = computeDataSize(/* pages */ 0, /* upls */ 1); in initWithOptions() 2315 dataSize = computeDataSize(_pages, /* upls */ count * 2); in initWithOptions() 2980 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 3048 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 3135 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) { in dmaCommandOperation() 4429 _memoryEntries->setLength(computeDataSize(0, 0)); in wireVirtual() 4458 _memoryEntries->appendBytes(NULL, computeDataSize(0, 0)); in initMemoryEntries() 4808 _memoryEntries->setLength(computeDataSize(0, 0)); in complete()
|