class ContiguousBufferImpl

Defined at line 83 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc

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

Public Methods

void ContiguousBufferImpl (size_t size, zx::vmo vmo, void * virt, zx_paddr_t phys, zx::pmt pmt, CacheOptions cache_options)

Defined at line 85 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc

const Buffer & buffer ()

Defined at line 92 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc

zx_paddr_t phys ()

Defined at line 93 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc

void ~ContiguousBufferImpl ()

Defined at line 94 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc

zx::unowned_vmo vmo ()

Defined at line 101 of file ../../src/devices/lib/dma-buffer/dma-buffer.cc