iommu_remove
void iommu_remove(struct astro_softc *, bus_addr_t);
iommu_remove(sc, e->ipe_dva);
iommu_remove(sc, dva, len);
iommu_remove(is, map->_dm_dvmastart, map->_dm_dvmasize);
iommu_remove(is, map->_dm_dvmastart, map->_dm_dvmasize);
iommu_remove(is, map->_dm_dvmastart,
iommu_remove(is, map->_dm_dvmastart,
iommu_remove((kva & IOMMU_VA_MASK), len);
iommu_remove((dva & IOMMU_VA_MASK), sgsize);
void iommu_remove(uint32_t, uint32_t);