Lines Matching refs:IOByteCount
510 IOByteCount physLen; in memoryReferenceCreate()
928 IOByteCount physLen; in memoryReferenceMap()
1581 IOByteCount * residentPageCount, in memoryReferenceGetPageCounts()
1582 IOByteCount * dirtyPageCount, in memoryReferenceGetPageCounts()
1583 IOByteCount * swappedPageCount) in memoryReferenceGetPageCounts()
1693 IOByteCount length, in withAddress()
1703 IOByteCount length, in withAddress()
1720 IOByteCount length, in withPhysicalAddress()
1832 IOByteCount offset, in withSubRange()
1833 IOByteCount length, in withSubRange()
1883 IOByteCount withLength, in initWithAddress()
1894 IOByteCount withLength, in initWithAddress()
1907 IOByteCount withLength, in initWithPhysicalAddress()
2297 || (totalLength != ((IOByteCount) totalLength))) { in initWithOptions()
2453 IOByteCount
2580 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) in getSourceSegment()
2597 IOByteCount
2599 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes()
2602 IOByteCount endoffset; in readBytes()
2603 IOByteCount remaining; in readBytes()
2628 IOByteCount srcLen; in readBytes()
2664 IOByteCount
2666 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes()
2669 IOByteCount remaining; in writeBytes()
2670 IOByteCount endoffset; in writeBytes()
2671 IOByteCount offset = inoffset; in writeBytes()
2701 IOByteCount dstLen; in writeBytes()
2750 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2881 for (IOByteCount offset = 0; offset < getLength(); offset += physical_segment.length) { in ktraceEmitPhysicalSegments()
3388 IOByteCount contigLength = PAGE_SIZE - offset; in dmaCommandOperation()
3414 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3494 IOByteCount origLen = length; in getPhysicalSegment()
3520 IOByteCount
3522 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes()
3524 IOByteCount count = super::readBytes(offset, bytes, length); in readBytes()
3528 IOByteCount
3530 (IOByteCount offset, const void* bytes, IOByteCount withLength) in writeBytes()
3532 IOByteCount count = super::writeBytes(offset, bytes, withLength); in writeBytes()
3541 IOMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOOptionBi… in getPhysicalSegment()
3558 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3564 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3567 IOByteCount length = 0; in getPhysicalSegment()
3584 IOMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3587 IOByteCount length; in getPhysicalSegment64()
3601 IOByteCount origLen; in getPhysicalSegment64()
3623 IOMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3629 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3638 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3639 IOByteCount * lengthOfSegment) in getVirtualSegment()
3678 IOByteCount offset = (IOByteCount) data->fOffset; in dmaCommandOperation()
3878 IOByteCount iterate, segLen; in getDMAMapLength()
3909 IOMemoryDescriptor::getPageCounts( IOByteCount * residentPageCount, in getPageCounts()
3910 IOByteCount * dirtyPageCount, in getPageCounts()
3911 IOByteCount * swappedPageCount ) in getPageCounts()
3942 IOMemoryDescriptor::getPageCounts( IOByteCount * residentPageCount, in getPageCounts()
3943 IOByteCount * dirtyPageCount ) in getPageCounts()
3983 IOByteCount offset, IOByteCount length ) in performOperation()
3985 IOByteCount remaining; in performOperation()
4052 IOByteCount dstLen; in performOperation()
4273 IOByteCount mdOffset = 0; in wireVirtual()
4950 IOByteCount __offset, in makeMapping()
4951 IOByteCount __length ) in makeMapping()
4989 IOByteCount __offset, in doMap()
4990 IOByteCount __length ) in doMap()
5164 IOByteCount __length ) in doUnmap()
5260 IOByteCount __offset, in doMap()
5261 IOByteCount __length ) in doMap()
5390 IOByteCount __length ) in doUnmap()
5621 IOByteCount
5754 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _opt… in getPhysicalSegment()
5756 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length) in getPhysicalSegment()
5830 IOByteCount offset, in map()
5831 IOByteCount length ) in map()
5890 IOByteCount offset) in redirect()
5963 IOByteCount __offset, in makeMapping()
5964 IOByteCount __length ) in makeMapping()
5993 IOByteCount physLen; in makeMapping()
6095 IOByteCount length, in initWithAddress()
6103 IOByteCount length, in initWithAddress()
6113 IOByteCount length, in initWithPhysicalAddress()
6140 IOMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
6141 IOByteCount * lengthOfSegment) in getVirtualSegment()
6202 IOByteCount len = (IOByteCount) vcopy[index].length; in serialize()