Searched refs:IODeviceMemory (Results 1 – 8 of 8) sorted by relevance
34 IODeviceMemory *35 IODeviceMemory::withRange( in withRange()39 return (IODeviceMemory *) IOMemoryDescriptor::withAddressRange( in withRange()44 IODeviceMemory *45 IODeviceMemory::withSubRange( in withSubRange()46 IODeviceMemory * of, in withSubRange()50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()56 IODeviceMemory::arrayFromList( in arrayFromList()61 IODeviceMemory * range; in arrayFromList()70 range = IODeviceMemory::withRange( list[i].start, list[i].length ); in arrayFromList()
1376 IODeviceMemory * parent ) in IODTResolveAddressing()1411 IODeviceMemory *range; in IODTResolveAddressing()1414 range = IODeviceMemory::withSubRange( parent, in IODTResolveAddressing()1418 range = IODeviceMemory::withRange( phys, len ); in IODTResolveAddressing()
8489 IODeviceMemory *8493 IODeviceMemory * range; in getDeviceMemoryWithIndex()8497 range = (IODeviceMemory *) array->getObject( index ); in getDeviceMemoryWithIndex()8509 IODeviceMemory * range; in mapDeviceMemoryWithIndex()
46 class IODeviceMemory : public IOMemoryDescriptor48 OSDeclareDefaultStructors(IODeviceMemory);81 static OSPtr<IODeviceMemory> withRange(93 static OSPtr<IODeviceMemory> withSubRange(94 IODeviceMemory * of,
42 class IODeviceMemory; variable109 IODeviceMemory * parent );
1342 virtual IODeviceMemory * getDeviceMemoryWithIndex( unsigned int index );
68 IODeviceMemory * deviceMemory = NULL; in externalMethodDispatched()83 …deviceMemory = IODeviceMemory::withRange(phys_carveout_pa + userClientArgs->deviceMemoryOffset, us… in externalMethodDispatched()
72 iokit/Kernel/IODeviceMemory.cpp optional iokitcpp