Home
last modified time | relevance | path

Searched refs:IODeviceMemory (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceMemory.cpp34 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()
H A DIODeviceTreeSupport.cpp1376 IODeviceMemory * parent ) in IODTResolveAddressing()
1411 IODeviceMemory *range; in IODTResolveAddressing()
1414 range = IODeviceMemory::withSubRange( parent, in IODTResolveAddressing()
1418 range = IODeviceMemory::withRange( phys, len ); in IODTResolveAddressing()
H A DIOService.cpp8489 IODeviceMemory *
8493 IODeviceMemory * range; in getDeviceMemoryWithIndex()
8497 range = (IODeviceMemory *) array->getObject( index ); in getDeviceMemoryWithIndex()
8509 IODeviceMemory * range; in mapDeviceMemoryWithIndex()
/xnu-12377.61.12/iokit/IOKit/
H A DIODeviceMemory.h46 class IODeviceMemory : public IOMemoryDescriptor
48 OSDeclareDefaultStructors(IODeviceMemory);
81 static OSPtr<IODeviceMemory> withRange(
93 static OSPtr<IODeviceMemory> withSubRange(
94 IODeviceMemory * of,
H A DIODeviceTreeSupport.h42 class IODeviceMemory; variable
109 IODeviceMemory * parent );
H A DIOService.h1342 virtual IODeviceMemory * getDeviceMemoryWithIndex( unsigned int index );
/xnu-12377.61.12/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp68 IODeviceMemory * deviceMemory = NULL; in externalMethodDispatched()
83 …deviceMemory = IODeviceMemory::withRange(phys_carveout_pa + userClientArgs->deviceMemoryOffset, us… in externalMethodDispatched()
/xnu-12377.61.12/iokit/conf/
H A Dfiles72 iokit/Kernel/IODeviceMemory.cpp optional iokitcpp