Searched refs:dma_addrp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/alpha/kernel/ |
D | pci_iommu.c | 435 dma_addr_t *dma_addrp, gfp_t gfp, in alpha_pci_alloc_coherent() argument 456 *dma_addrp = pci_map_single_1(pdev, cpu_addr, size, 0); in alpha_pci_alloc_coherent() 457 if (*dma_addrp == 0) { in alpha_pci_alloc_coherent() 468 size, cpu_addr, *dma_addrp, __builtin_return_address(0)); in alpha_pci_alloc_coherent()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ioport.c | 262 dma_addr_t *dma_addrp, gfp_t gfp, in sbus_alloc_coherent() argument 300 if (sbus_map_dma_area(dev, dma_addrp, va, res->start, len_total) != 0) in sbus_alloc_coherent()
|
D | pci_sun4v.c | 132 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4v_alloc_coherent() argument 165 *dma_addrp = (iommu->tbl.table_map_base + (entry << IO_PAGE_SHIFT)); in dma_4v_alloc_coherent() 190 iommu_tbl_range_free(&iommu->tbl, *dma_addrp, npages, IOMMU_ERROR_CODE); in dma_4v_alloc_coherent()
|
D | iommu.c | 198 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4u_alloc_coherent() argument 230 *dma_addrp = (iommu->tbl.table_map_base + in dma_4u_alloc_coherent()
|