Contents

getDeviceMemory

Returns the array of IODeviceMemory objects representing a device's memory mapped ranges.

Declaration

virtual OSArray * getDeviceMemory(
 void );

Return Value

An OSArray of IODeviceMemory objects, or zero if none are available. The array is retained by the provider, so is valid while attached.

Overview

This method returns an array of IODeviceMemory objects representing the physical memory ranges allocated to a memory mapped device.

See Also

Miscellaneous