Searched refs:maxSegmentSize (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/iokit/IOKit/ |
| H A D | IOMemoryCursor.h | 95 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 D | IODMACommand.h | 222 UInt64 maxSegmentSize, 252 UInt64 maxSegmentSize, 297 UInt64 maxSegmentSize, 482 UInt64 maxSegmentSize, 617 UInt64 maxSegmentSize, in weakWithSpecification() argument 637 numAddressBits, maxSegmentSize, mapType, in weakWithSpecification()
|
| /xnu-11417.101.15/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 97 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 D | IODMACommand.cpp | 148 UInt64 maxSegmentSize, in withSpecification() argument 158 numAddressBits, maxSegmentSize, in withSpecification() 224 UInt64 maxSegmentSize, in initWithSpecification() argument 235 .fMaxSegmentSize = maxSegmentSize, in initWithSpecification() 253 UInt64 maxSegmentSize; in setSpecification() local 268 maxSegmentSize = segmentOptions->fMaxSegmentSize; in setSpecification() 283 if (!maxSegmentSize) { in setSpecification() 284 maxSegmentSize--; // Set Max segment to -1 in setSpecification() 301 fMaxSegmentSize = maxSegmentSize; in setSpecification() 809 UInt64 maxSegmentSize, in prepareWithSpecification() argument [all …]
|