Home
last modified time | relevance | path

Searched refs:withRange (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODeviceMemory.cpp35 IODeviceMemory::withRange( in withRange() function in IODeviceMemory
70 range = IODeviceMemory::withRange( list[i].start, list[i].length ); in arrayFromList()
H A DIORangeAllocator.cpp98 IORangeAllocator::withRange( in withRange() function in IORangeAllocator
H A DIODeviceTreeSupport.cpp1418 range = IODeviceMemory::withRange( phys, len ); in IODTResolveAddressing()
H A DIOPlatformExpert.cpp169 physicalRanges = IORangeAllocator::withRange(0xffffffff, 1, 16, in start()
/xnu-11215/iokit/IOKit/
H A DIODeviceMemory.h81 static OSPtr<IODeviceMemory> withRange(
H A DIORangeAllocator.h96 static OSPtr<IORangeAllocator> withRange( IORangeScalar endOfRange,
/xnu-11215/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp83 …deviceMemory = IODeviceMemory::withRange(phys_carveout_pa + userClientArgs->deviceMemoryOffset, us… in externalMethodDispatched()