Lines Matching refs:UInt64
148 UInt64 maxSegmentSize, in withSpecification()
150 UInt64 maxTransferSize, in withSpecification()
224 UInt64 maxSegmentSize, in initWithSpecification()
226 UInt64 maxTransferSize, in initWithSpecification()
253 UInt64 maxSegmentSize; in setSpecification()
254 UInt64 maxTransferSize; in setSpecification()
623 IODMACommand::createCopyBuffer(IODirection direction, UInt64 length) in createCopyBuffer()
637 UInt64 offset; in walkAll()
785 UInt64 offset, in prepareWithSpecification()
786 UInt64 length, in prepareWithSpecification()
809 UInt64 maxSegmentSize, in prepareWithSpecification()
811 UInt64 maxTransferSize, in prepareWithSpecification()
814 UInt64 offset, in prepareWithSpecification()
815 UInt64 length, in prepareWithSpecification()
836 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare()
1121 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length) in getPreparedOffsetAndLength()
1181 UInt64 bufferOffset;
1182 UInt64 remaining;
1198 UInt64 length = min(segment.fLength, context->remaining); in transferSegment()
1205 UInt64 copyLen = length; in transferSegment()
1233 UInt64
1234 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length) in transfer()
1259 UInt64
1260 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) in readBytes()
1265 UInt64
1266 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes()
1272 IODMACommand::genIOVMSegments(UInt64 *offsetP, in genIOVMSegments()
1284 UInt64 *offsetP, in genIOVMSegments()
1303 UInt64 offset = *offsetP + internalState->fPreparedOffset; in genIOVMSegments()
1304 UInt64 memLength = internalState->fPreparedOffset + internalState->fPreparedLength; in genIOVMSegments()
1452 UInt64 length = state->fLength; in genIOVMSegments()
1466 UInt64 length = state->fLength; in genIOVMSegments()
1482 UInt64 remain, newLength; in genIOVMSegments()
1493 UInt64 addr = curSeg.fIOVMAddr; in genIOVMSegments()
1496 UInt64 remain, newLength; in genIOVMSegments()
1659 UInt64 *offsetP, in genIOVMSegments()
1713 const UInt offLen = offAddr + sizeof(UInt64); in OutputBig64()
1714 OSWriteBigInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputBig64()
1715 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()
1724 const UInt offLen = offAddr + sizeof(UInt64); in OutputLittle64()
1725 OSWriteLittleInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputLittle64()
1726 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()