dma_alloc_attrs
lmt_info->base = dma_alloc_attrs(&pdev->dev, size, &iova, GFP_KERNEL,
cmdbuf->addr = dma_alloc_attrs(dev, size, &cmdbuf->iova,
pl330->mcode_cpu = dma_alloc_attrs(pl330->ddma.dev,
g2d->cmdlist_pool_virt = dma_alloc_attrs(to_dma_dev(g2d->drm_dev),
exynos_gem->cookie = dma_alloc_attrs(to_dma_dev(dev), exynos_gem->size,
gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base,
node->base.vaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT,
rk_obj->kvaddr = dma_alloc_attrs(drm->dev, obj->size,
bo->gather_data = dma_alloc_attrs(dev, copy_len, &bo->gather_data_dma,
vaddr = dma_alloc_attrs(pool->dev, (1ULL << order) * PAGE_SIZE,
cpu_addr = dma_alloc_attrs(dev, psize, &paddr, GFP_KERNEL, attrs);
buf->cookie = dma_alloc_attrs(buf->dev,
dummy_buff->vaddr = dma_alloc_attrs(cap->isp->dev, dummy_buff->size,
mem->va = dma_alloc_attrs(&plat_dev->dev, mem->size, &mem->dma_addr,
bo->dma_cookie = dma_alloc_attrs(dev, bo->size, &bo->dma_handle,
buffer->kvaddr = dma_alloc_attrs(core->dev, buffer->buffer_size,
core->iface_q_table_vaddr = dma_alloc_attrs(core->dev, queue_size,
core->sfr_vaddr = dma_alloc_attrs(core->dev, SFR_SIZE,
buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL,
buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL,
desc->kva = dma_alloc_attrs(dev, desc->size, &desc->da, GFP_KERNEL,
rga->cmdbuf_virt = dma_alloc_attrs(rga->dev, RGA_CMDBUF_SIZE,
dma_alloc_attrs(stream->rkcif->dev, stream->dummy.size,
dummy_buf->vaddr = dma_alloc_attrs(cap->rkisp1->dev,
base = dma_alloc_attrs(dev, node_size * MAX_NB_NODE, &paddr,
base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL,
addr = dma_alloc_attrs(delta->dev, size, &dma_addr,
base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL,
priv->cpu = dma_alloc_attrs(vpu->dev, buf_size, &priv->dma,
mem->va = dma_alloc_attrs(&adapter->pdev->dev, sz, &mem->pa,
qmem->base = dma_alloc_attrs(dev, qmem->alloc_sz, &qmem->iova,
alloc_addr = dma_alloc_attrs(ntb_dev, mw->alloc_size,
bufs[i] = dma_alloc_attrs(dev->dev, len, &dma_addr, GFP_KERNEL,
msi->virt = dma_alloc_attrs(dev, PAGE_SIZE, &msi->phys, GFP_KERNEL,
ptr = dma_alloc_attrs(qproc->dev, size, &phys, GFP_KERNEL, dma_attrs);
dma_alloc_attrs(dev->dev,
dma_alloc_attrs(dev->dev, ctx->codec.h264.pic_info_buf_size,
dma_alloc_attrs(dev->dev, CEDRUS_NEIGHBOR_INFO_BUF_SIZE,
dma_alloc_attrs(dev->dev,
dma_alloc_attrs(dev->dev,
dma_alloc_attrs(dev->dev,
dma_alloc_attrs(dev->dev, CEDRUS_H265_NEIGHBOR_INFO_BUF_SIZE,
token = dma_alloc_attrs(fbdev->dev, size, &dma_handle,
void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
return dma_alloc_attrs(dev, size, dma_handle, gfp,
return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs);
vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs);
EXPORT_SYMBOL(dma_alloc_attrs);
return dma_alloc_attrs(dev, size, dma_handle, flag, attrs);