class ContiguousBuffer

Defined at line 24 of file ../../src/devices/lib/dma-buffer/include/lib/dma-buffer/buffer.h

I/O buffer for managing physical memory associated with DMA buffers

DMA buffers are contiguous in physical memory. Contiguous buffers

are always cached in the current API. A future reivision to this patch

will allow users to create uncached contiguous buffers.

Public Methods

size_t size ()
void * virt ()
zx_paddr_t phys ()
zx::unowned_vmo vmo ()
void ~ContiguousBuffer ()

Defined at line 31 of file ../../src/devices/lib/dma-buffer/include/lib/dma-buffer/buffer.h