HomeSort by: relevance | last modified time | path
    Searched defs:iommu_dvma_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
iommu.c 112 int iommu_dvma_alloc(struct iommu_softc *, bus_dmamap_t, vaddr_t,
528 iommu_dvma_alloc(struct iommu_softc *sc, bus_dmamap_t map, function in typeref:typename:int
590 if ((error = iommu_dvma_alloc(sc, map, va, buflen, flags,
675 if ((error = iommu_dvma_alloc(sc, map, segs[0]._ds_va, size,
iommu.c 112 int iommu_dvma_alloc(struct iommu_softc *, bus_dmamap_t, vaddr_t,
528 iommu_dvma_alloc(struct iommu_softc *sc, bus_dmamap_t map, function in typeref:typename:int
590 if ((error = iommu_dvma_alloc(sc, map, va, buflen, flags,
675 if ((error = iommu_dvma_alloc(sc, map, segs[0]._ds_va, size,

Completed in 22 milliseconds