Searched refs:dma_mem_alloc (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/dma/include/
H A Ddma_mem_utils.h26 errval_t dma_mem_alloc(size_t bytes,
/barrelfish-2018-10-04/lib/blk/dma_mem/
H A Ddma_mem.h34 errval_t dma_mem_alloc(size_t bytes, struct dma_mem *mem);
H A Ddma_mem.c56 errval_t dma_mem_alloc(size_t bytes, struct dma_mem *mem) function
/barrelfish-2018-10-04/lib/dma/
H A Ddma_mem_utils.c27 errval_t dma_mem_alloc(size_t bytes, function
H A Ddma_descriptor.c118 err = dma_mem_alloc(ndesc * size, DMA_DESC_MAP_FLAGS, mem);
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dahci_port.c39 errval_t err = dma_mem_alloc(1024, &port->fb);
56 errval_t err = dma_mem_alloc(ahci_port_chdr_size*32, &port->clb);
73 errval_t err = dma_mem_alloc(4096, &port->ctba_mem[command_slot]);
232 err = dma_mem_alloc(512, &port->identify_mem);
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_device.c247 err = dma_mem_alloc(XEON_PHI_DMA_DEVICE_DSTAT_SIZE,
/barrelfish-2018-10-04/lib/dma/ioat/
H A Dioat_dma_device.c128 err = dma_mem_alloc(IOAT_DMA_COMPLSTATUS_SIZE, IOAT_DMA_COMPLSTATUS_FLAGS,

Completed in 52 milliseconds