Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Diommu-common.c122 return IOMMU_ERROR_CODE; in iommu_tbl_range_alloc()
201 n = IOMMU_ERROR_CODE; in iommu_tbl_range_alloc()
253 if (entry == IOMMU_ERROR_CODE) /* use default addr->entry mapping */ in iommu_tbl_range_free()
H A Diommu.c164 if (unlikely(entry == IOMMU_ERROR_CODE)) in alloc_npages()
256 iommu_tbl_range_free(&iommu->tbl, dvma, npages, IOMMU_ERROR_CODE); in dma_4u_free_coherent()
429 iommu_tbl_range_free(&iommu->tbl, bus_addr, npages, IOMMU_ERROR_CODE); in dma_4u_unmap_page()
494 if (unlikely(entry == IOMMU_ERROR_CODE)) { in dma_4u_map_sg()
572 IOMMU_ERROR_CODE); in dma_4u_map_sg()
648 IOMMU_ERROR_CODE); in dma_4u_unmap_sg()
H A Dldc.c2024 if (unlikely(entry == IOMMU_ERROR_CODE)) in alloc_npages()
/linux/arch/sparc/include/asm/
H A Diommu-common.h11 #define IOMMU_ERROR_CODE (~(unsigned long) 0) macro