/src/sys/arch/sparc64/dev/ |
iommuvar.h | 87 void iommu_dvmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
|
pyro.c | 431 dt->_dmamem_free = iommu_dvmamem_free;
|
vpci.c | 454 dt->_dmamem_free = iommu_dvmamem_free;
|
sbus.c | 604 sdt->_dmamem_free = iommu_dvmamem_free;
|
schizo.c | 662 dt->_dmamem_free = iommu_dvmamem_free;
|
iommu.c | 1208 iommu_dvmamem_free(bus_dma_tag_t t, bus_dma_segment_t *segs, int nsegs) function in typeref:typename:void 1211 DPRINTF(IDB_BUSDMA, ("iommu_dvmamem_free: segp %p nsegs %d\n",
|
psycho.c | 1117 dt->_dmamem_free = iommu_dvmamem_free;
|
/src/sys/arch/hppa/dev/ |
astro.c | 180 void iommu_dvmamem_free(void *, bus_dma_segment_t *, int); 204 iommu_dvmamem_alloc, iommu_dvmamem_free, iommu_dvmamem_map, 567 iommu_dvmamem_free(void *v, bus_dma_segment_t *segs, int nsegs) function in typeref:typename:void
|