Home
last modified time | relevance | path

Searched refs:maxSegmentSize (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/iokit/IOKit/
H A DIOMemoryCursor.h95 IOPhysicalLength maxSegmentSize; variable
117 IOPhysicalLength maxSegmentSize = 0,
131 IOPhysicalLength maxSegmentSize = 0,
192 withSpecification(IOPhysicalLength maxSegmentSize,
203 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
268 withSpecification(IOPhysicalLength maxSegmentSize,
280 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
344 withSpecification(IOPhysicalLength maxSegmentSize,
355 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
H A DIODMACommand.h221 UInt64 maxSegmentSize,
251 UInt64 maxSegmentSize,
296 UInt64 maxSegmentSize,
481 UInt64 maxSegmentSize,
616 UInt64 maxSegmentSize, in weakWithSpecification() argument
636 numAddressBits, maxSegmentSize, mapType, in weakWithSpecification()
/xnu-8020.101.4/iokit/Kernel/
H A DIOMemoryCursor.cpp97 maxSegmentSize = inMaxSegmentSize; in initWithSpecification()
163 if ((curSeg.length > maxSegmentSize)) { in genPhysicalSegments()
164 seg.location = curSeg.location + maxSegmentSize; in genPhysicalSegments()
165 seg.length = curSeg.length - maxSegmentSize; in genPhysicalSegments()
H A DIODMACommand.cpp144 UInt64 maxSegmentSize, in withSpecification() argument
154 numAddressBits, maxSegmentSize, in withSpecification()
220 UInt64 maxSegmentSize, in initWithSpecification() argument
231 .fMaxSegmentSize = maxSegmentSize, in initWithSpecification()
249 UInt64 maxSegmentSize; in setSpecification() local
264 maxSegmentSize = segmentOptions->fMaxSegmentSize; in setSpecification()
279 if (!maxSegmentSize) { in setSpecification()
280 maxSegmentSize--; // Set Max segment to -1 in setSpecification()
297 fMaxSegmentSize = maxSegmentSize; in setSpecification()
796 UInt64 maxSegmentSize, in prepareWithSpecification() argument
[all …]