Searched refs:getDeviceMemoryWithIndex (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp114 IODTResolveAddressing(nub, "reg", fNub->getDeviceMemoryWithIndex(0));
156 IODTResolveAddressing(this, "reg", macIO->getDeviceMemoryWithIndex(0));
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp164 IODTResolveAddressing( nub, "reg", fNub->getDeviceMemoryWithIndex(0) );
301 IODTResolveAddressing(this, "reg", macIO->getDeviceMemoryWithIndex(0));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h997 /*! @function getDeviceMemoryWithIndex
1003 virtual IODeviceMemory * getDeviceMemoryWithIndex( unsigned int index );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5111 IODeviceMemory * IOService::getDeviceMemoryWithIndex( unsigned int index ) function in class:IOService
5131 range = getDeviceMemoryWithIndex( index );

Completed in 34 milliseconds