Searched refs:fMappedLength (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 150 uint64_t fMappedLength; member 2366 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in free() 3012 dataP->fMappedLength = data->fAllocLength; in dmaCommandOperation() 3018 md->dmaMapRecord(data->fMapper, data->fCommand, dataP->fMappedLength); in dmaCommandOperation() 3145 …dmaMap(dataP->fMapper, md, NULL, &mapSpec, 0, _length, &dataP->fMappedBase, &dataP->fMappedLength); in dmaCommandOperation() 4784 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in complete()
|