Searched refs:IOPhysicalLength (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOMemoryCursor.h | 67 IOPhysicalLength length; 95 IOPhysicalLength maxSegmentSize; 99 IOPhysicalLength maxTransferSize; 103 IOPhysicalLength alignMask; 117 IOPhysicalLength maxSegmentSize = 0, 118 IOPhysicalLength maxTransferSize = 0, 119 IOPhysicalLength alignment = 1); 131 IOPhysicalLength maxSegmentSize = 0, 132 IOPhysicalLength maxTransferSize = 0, 133 IOPhysicalLength alignment = 1); [all …]
|
| H A D | IODeviceMemory.h | 59 IOPhysicalLength length; 83 IOPhysicalLength length ); 96 IOPhysicalLength length );
|
| H A D | IOTypes.h | 111 typedef IOPhysicalLength64 IOPhysicalLength; typedef 118 typedef IOPhysicalLength32 IOPhysicalLength; typedef 251 typedef IOPhysicalLength64 IOPhysicalLength; typedef
|
| H A D | IODeviceTreeSupport.h | 101 IOPhysicalAddress * phys, IOPhysicalLength * len );
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 46 IOPhysicalLength inMaxSegmentSize, in OSDefineMetaClassAndStructors() 47 IOPhysicalLength inMaxTransferSize, in OSDefineMetaClassAndStructors() 48 IOPhysicalLength inAlignment) in OSDefineMetaClassAndStructors() 66 IOPhysicalLength inMaxSegmentSize, in initWithSpecification() 67 IOPhysicalLength inMaxTransferSize, in initWithSpecification() 68 IOPhysicalLength inAlignment) in initWithSpecification() 101 maxTransferSize = (IOPhysicalLength) - 1; in initWithSpecification() 212 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification() 213 IOPhysicalLength inMaxTransferSize, in withSpecification() 214 IOPhysicalLength inAlignment) in withSpecification() [all …]
|
| H A D | IODeviceMemory.cpp | 37 IOPhysicalLength length ) in withRange() 48 IOPhysicalLength length ) in withSubRange()
|
| H A D | IODeviceTreeSupport.cpp | 1189 IOPhysicalAddress * phys, IOPhysicalLength * lenOut ) in IODTResolveAddressCell() 1351 IOPhysicalLength len; in IODTResolveAddressing()
|
| H A D | IODMACommand.cpp | 928 IOPhysicalLength segLen; in prepare() 1421 IOPhysicalLength segLen; in genIOVMSegments()
|
| H A D | IOMemoryDescriptor.cpp | 3594 IOPhysicalLength length, nextLength; in dmaCommandOperation() 5156 IOPhysicalLength segLen, chunk; in populateDevicePager() 5611 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _opt… in getPhysicalSegment() 5613 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length) in getPhysicalSegment()
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IOTypes.h | 111 typedef IOPhysicalLength64 IOPhysicalLength; typedef 118 typedef IOPhysicalLength32 IOPhysicalLength; typedef 251 typedef IOPhysicalLength64 IOPhysicalLength; typedef
|