Home
last modified time | relevance | path

Searched refs:dma_addrp (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Dpci_iommu.c437 dma_addr_t *dma_addrp, gfp_t gfp, in alpha_pci_alloc_coherent() argument
458 *dma_addrp = pci_map_single_1(pdev, cpu_addr, size, 0); in alpha_pci_alloc_coherent()
459 if (*dma_addrp == 0) { in alpha_pci_alloc_coherent()
470 size, cpu_addr, *dma_addrp, __builtin_return_address(0)); in alpha_pci_alloc_coherent()
/arch/sparc/kernel/
Dioport.c264 dma_addr_t *dma_addrp, gfp_t gfp, in sbus_alloc_coherent() argument
301 if (mmu_map_dma_area(dev, dma_addrp, va, res->start, len_total) != 0) in sbus_alloc_coherent()
Dpci_sun4v.c131 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4v_alloc_coherent() argument
165 *dma_addrp = (iommu->page_table_map_base + in dma_4v_alloc_coherent()
193 iommu_range_free(iommu, *dma_addrp, npages); in dma_4v_alloc_coherent()
Diommu.c283 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4u_alloc_coherent() argument
317 *dma_addrp = (iommu->page_table_map_base + in dma_4u_alloc_coherent()