Home
last modified time | relevance | path

Searched refs:xpv_dma_handle (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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) in xen_alloc_pages()
169 if (ddi_dma_mem_alloc(xpv_dma_handle[a], MMU_PAGESIZE * cnt, in xen_alloc_pages()
172 ddi_dma_free_handle(&xpv_dma_handle[a]); in xen_alloc_pages()