Lines Matching refs:mapLength
4486 uint64_t * mapLength) in dmaMap() argument
4498 mapSpec, command, NULL, mapAddress, mapLength); in dmaMap()
4501 dmaMapRecord(mapper, command, *mapLength); in dmaMap()
4511 uint64_t mapLength) in dmaMapRecord() argument
4518 kern_allocation_update_size(mapper->fAllocName, mapLength, NULL); in dmaMapRecord()
4528 mapLength = _length; in dmaMapRecord()
4529 kern_allocation_update_subtotal(alloc, _kernelTag, mapLength); in dmaMapRecord()
4542 uint64_t mapLength) in dmaUnmap() argument
4561 if (!mapLength) { in dmaUnmap()
4566 ret = mapper->iovmUnmapMemory(this, command, mapAddress, mapLength); in dmaUnmap()
4569 kern_allocation_update_size(alloc, -mapLength, NULL); in dmaUnmap()
4571 mapLength = _length; in dmaUnmap()
4572 kern_allocation_update_subtotal(mapName, _kernelTag, -mapLength); in dmaUnmap()
4589 uint64_t * mapLength) in dmaMap() argument
4605 err = super::dmaMap(mapper, memory, command, mapSpec, offset, length, mapAddress, mapLength); in dmaMap()
4644 command, &dmaPageList, mapAddress, mapLength); in dmaMap()
4647 dmaMapRecord(mapper, command, *mapLength); in dmaMap()