Searched defs:xpv_dma_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c153 static ddi_dma_handle_t xpv_dma_handle[MAX_ALLOCATIONS]; variable
166 &xpv_dma_handle[a]) != DDI_SUCCESS)
169 if (ddi_dma_mem_alloc(xpv_dma_handle[a], MMU_PAGESIZE * cnt,
172 ddi_dma_free_handle(&xpv_dma_handle[a]);

Completed in 82 milliseconds