Contents

setDeviceMemory

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

Declaration

virtual void setDeviceMemory(
 OSArray *array );

Parameters

  • array:

    An OSArray of IODeviceMemory objects, or zero if none are available. The array will be retained by the object.

Overview

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

See Also

Miscellaneous