Home
last modified time | relevance | path

Searched refs:withSubRange (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODeviceMemory.cpp45 IODeviceMemory::withSubRange( in withSubRange() function in IODeviceMemory
50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()
H A DIOSubMemoryDescriptor.cpp48 IOSubMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, in withSubRange() function in IOSubMemoryDescriptor
H A DIODeviceTreeSupport.cpp1414 range = IODeviceMemory::withSubRange( parent, in IODTResolveAddressing()
H A DIOMemoryDescriptor.cpp1829 IOMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, in withSubRange() function in IOMemoryDescriptor
1834 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange()
H A DIOUserServer.cpp799 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
/xnu-11215/iokit/IOKit/
H A DIODeviceMemory.h93 static OSPtr<IODeviceMemory> withSubRange(
H A DIOSubMemoryDescriptor.h60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
H A DIOMemoryDescriptor.h607 static OSPtr<IOMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp125 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()