Searched refs:mapDeviceMemoryWithIndex (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.cpp52 map = provider->mapDeviceMemoryWithIndex(0);
60 map = provider->mapDeviceMemoryWithIndex(0);
65 map = provider->mapDeviceMemoryWithIndex(1);
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp34 fMemory = provider->mapDeviceMemoryWithIndex(0);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp79 fMemory = provider->mapDeviceMemoryWithIndex( 0 );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1001 @result A pointer to an instance of IODeviceMemory, or zero if the index is beyond the count available. The IODeviceMemory is retained by the provider, so is valid while attached, or while any mappings to it exist. It should not be released by the caller. See also @link mapDeviceMemoryWithIndex mapDeviceMemoryWithIndex@/link, which creates a device memory mapping. */
1005 /*! @function mapDeviceMemoryWithIndex
1011 virtual IOMemoryMap * mapDeviceMemoryWithIndex( unsigned int index,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5125 IOMemoryMap * IOService::mapDeviceMemoryWithIndex( unsigned int index, function in class:IOService

Completed in 55 milliseconds