dma_alloc_coherent 57 arch/x86/include/asm/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) dma_alloc_coherent 12 include/asm-generic/dma-mapping-broken.h dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, dma_alloc_coherent 24 include/asm-generic/dma-mapping-broken.h return dma_alloc_coherent(dev, size, dma_handle, flag); dma_alloc_coherent 35 include/asm-generic/dma-mapping-broken.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) dma_alloc_coherent 19 include/asm-generic/pci-dma-compat.h return dma_alloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC); dma_alloc_coherent 179 include/linux/dma-mapping.h void *ret = dma_alloc_coherent(dev, size, dma_handle, dma_alloc_coherent 2322 include/rdma/ib_verbs.h ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);