Lines Matching refs:virt
145 void *virt;
295 dma_free_coherent(buf->dev, buf->size, buf->virt,
314 buf->virt = NULL;
320 buf->virt = dma_alloc_coherent(dev, buf->size, (dma_addr_t *)&buf->phys,
322 if (!buf->virt) {
567 ret = dma_get_sgtable(buffer->dev, &a->sgt, buffer->virt,
603 return buf->virt;
612 return dma_mmap_coherent(buf->dev, vma, buf->virt,
798 rpra = ctx->buf->virt;
799 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra);
800 pages = ctx->buf->virt + ctx->nscalars * (sizeof(*list) +
802 args = (uintptr_t)ctx->buf->virt + metalen;