Module memory

Source
Expand description

Traits and types for sharing host memory with the device.

Structs§

MemoryBlock
A DMA target.

Constants§

PAGE_SIZE
The 4KB page size used by user-mode devices.
PAGE_SIZE32
PAGE_SIZE64

Traits§

MappedDmaTarget
A mapped buffer that can be accessed by the host or the device.