Searched refs:IOPhysicalLength (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/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 | 139 typedef IOPhysicalLength64 IOPhysicalLength; typedef 146 typedef IOPhysicalLength32 IOPhysicalLength; typedef 279 typedef IOPhysicalLength64 IOPhysicalLength; typedef
|
| H A D | IODeviceTreeSupport.h | 104 IOPhysicalAddress * phys, IOPhysicalLength * len );
|
| /xnu-12377.61.12/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 | 1222 IOPhysicalAddress * phys, IOPhysicalLength * lenOut ) in IODTResolveAddressCell() 1384 IOPhysicalLength len; in IODTResolveAddressing()
|
| H A D | IODMACommand.cpp | 937 IOPhysicalLength segLen; in prepare() 1430 IOPhysicalLength segLen; in genIOVMSegments()
|
| H A D | IOMemoryDescriptor.cpp | 3835 IOPhysicalLength length, nextLength; in dmaCommandOperation() 5459 IOPhysicalLength segLen, chunk; in populateDevicePager() 5914 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _opt… in getPhysicalSegment() 5916 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length) in getPhysicalSegment()
|
| /xnu-12377.61.12/iokit/DriverKit/ |
| H A D | IOTypes.h | 139 typedef IOPhysicalLength64 IOPhysicalLength; typedef 146 typedef IOPhysicalLength32 IOPhysicalLength; typedef 279 typedef IOPhysicalLength64 IOPhysicalLength; typedef
|