Searched refs:alloc_noncoherent (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 12 void *(*alloc_noncoherent)(struct device *dev, size_t size, dma_addr_t *iova, gfp_t flag); member 63 return hppa_dma_ops->alloc_noncoherent(dev, size, dma_handle, flag); in dma_alloc_noncoherent()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 551 .alloc_noncoherent = pa11_dma_alloc_consistent, 591 .alloc_noncoherent = pa11_dma_alloc_noncoherent,
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 1007 .alloc_noncoherent = ccio_alloc_consistent,
|
D | sba_iommu.c | 1064 .alloc_noncoherent = sba_alloc_consistent,
|