Searched refs:withSubRange (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODeviceMemory.h84 /*! @function withSubRange
86 @discussion This method creates an IODeviceMemory instance for a subset of an existing IODeviceMemory range, passed as a physical address offset and length. It just calls IOMemoryDescriptor::withSubRange.
92 static IODeviceMemory * withSubRange(
H A DIOSubMemoryDescriptor.h49 /*! @function withSubRange
59 static IOSubMemoryDescriptor * withSubRange(IOMemoryDescriptor *of,
H A DIOMemoryDescriptor.h413 static IOMemoryDescriptor * withSubRange(IOMemoryDescriptor *of,
416 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use IOSubMemoryDescriptor::withSubRange() and kIOMemoryThreadSafe instead */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceMemory.cpp43 IODeviceMemory * IODeviceMemory::withSubRange( function in class:IODeviceMemory
48 return( (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange(
H A DIOSubMemoryDescriptor.cpp46 IOSubMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, function in class:IOSubMemoryDescriptor
H A DIODeviceTreeSupport.cpp1142 range = IODeviceMemory::withSubRange( parent,
H A DIOMemoryDescriptor.cpp399 IOMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, function in class:IOMemoryDescriptor
404 return (IOSubMemoryDescriptor::withSubRange(of, offset, length, direction | kIOMemoryThreadSafe));

Completed in 88 milliseconds