Contents

IOBigMemoryCursor

An IOMemoryCursor subclass that outputs a vector of PhysicalSegments in the big endian byte order.

Declaration

class IOBigMemoryCursor : IOMemoryCursor

Overview

The IOBigMemoryCursor would be used when the DMA hardware requires a big endian address and length pair. This cursor outputs an array of PhysicalSegments that are encoded in big-endian format.

Topics

Miscellaneous

Constants

Instance Methods

Type Methods

See Also

Cursors