Searched refs:dma_addrp (Results 1 – 3 of 3) sorted by relevance
/linux/arch/alpha/kernel/ ! |
H A D | pci_iommu.c | 412 dma_addr_t *dma_addrp, gfp_t gfp, in alpha_pci_alloc_coherent() 433 *dma_addrp = pci_map_single_1(pdev, cpu_addr, size, 0); in alpha_pci_alloc_coherent() 434 if (*dma_addrp == DMA_MAPPING_ERROR) { in alpha_pci_alloc_coherent() 445 size, cpu_addr, *dma_addrp, __builtin_return_address(0)); in alpha_pci_alloc_coherent() 411 alpha_pci_alloc_coherent(struct device * dev,size_t size,dma_addr_t * dma_addrp,gfp_t gfp,unsigned long attrs) alpha_pci_alloc_coherent() argument
|
/linux/arch/sparc/kernel/ ! |
H A 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()
|
H A D | pci_sun4v.c | 182 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4v_alloc_coherent() argument 226 *dma_addrp = (tbl->table_map_base + (entry << IO_PAGE_SHIFT)); in dma_4v_alloc_coherent() 252 iommu_tbl_range_free(tbl, *dma_addrp, npages, IOMMU_ERROR_CODE); in dma_4v_alloc_coherent()
|