Searched refs:withSubRange (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IODeviceMemory.cpp | 45 IODeviceMemory::withSubRange( in withSubRange() function in IODeviceMemory 50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()
|
| H A D | IOSubMemoryDescriptor.cpp | 48 IOSubMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, in withSubRange() function in IOSubMemoryDescriptor
|
| H A D | IODeviceTreeSupport.cpp | 1414 range = IODeviceMemory::withSubRange( parent, in IODTResolveAddressing()
|
| H A D | IOMemoryDescriptor.cpp | 1829 IOMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, in withSubRange() function in IOMemoryDescriptor 1834 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange()
|
| H A D | IOUserServer.cpp | 799 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IODeviceMemory.h | 93 static OSPtr<IODeviceMemory> withSubRange(
|
| H A D | IOSubMemoryDescriptor.h | 60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
|
| H A D | IOMemoryDescriptor.h | 607 static OSPtr<IOMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 125 mds[1] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(3), ptoa(2), kIODirectionOutIn); in IOMultMemoryDescriptorTest() 132 mds[2] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(7), ptoa(1), kIODirectionOutIn); in IOMultMemoryDescriptorTest()
|