Searched refs:alloc_noncoherent (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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.1.27/arch/parisc/kernel/ |
D | pci-dma.c | 546 .alloc_noncoherent = pa11_dma_alloc_consistent, 586 .alloc_noncoherent = pa11_dma_alloc_noncoherent,
|
/linux-4.1.27/drivers/parisc/ |
D | ccio-dma.c | 1009 .alloc_noncoherent = ccio_alloc_consistent,
|
D | sba_iommu.c | 1064 .alloc_noncoherent = sba_alloc_consistent,
|