Lines Matching refs:caller
292 const void *caller, bool want_vaddr);
296 const void *caller, bool want_vaddr);
300 const void *caller) in __dma_alloc_remap() argument
308 prot, caller); in __dma_alloc_remap()
470 const void *caller, bool want_vaddr) in __alloc_remap_buffer() argument
480 ptr = __dma_alloc_remap(page, size, gfp, prot, caller); in __alloc_remap_buffer()
529 const void *caller, bool want_vaddr) in __alloc_from_contiguous() argument
546 ptr = __dma_alloc_remap(page, size, GFP_KERNEL, prot, caller); in __alloc_from_contiguous()
613 struct dma_attrs *attrs, const void *caller) in __dma_alloc() argument
653 addr = __alloc_remap_buffer(dev, size, gfp, prot, &page, caller, want_vaddr); in __dma_alloc()
655 addr = __alloc_from_contiguous(dev, size, prot, &page, caller, want_vaddr); in __dma_alloc()
1227 const void *caller) in __iommu_alloc_remap() argument
1230 VM_ARM_DMA_CONSISTENT | VM_USERMAP, prot, caller); in __iommu_alloc_remap()