iommu_map_state
struct iommu_map_state *iommu_iomap_create(int, int);
void iommu_iomap_destroy(struct iommu_map_state *);
int iommu_iomap_insert_page(struct iommu_map_state *, vaddr_t, paddr_t);
bus_addr_t iommu_iomap_translate(struct iommu_map_state *, paddr_t);
void iommu_iomap_clear_pages(struct iommu_map_state *);
struct iommu_map_state *ims;
struct iommu_map_state *ims = map->_dm_cookie;
struct iommu_map_state *ims = map->_dm_cookie;
struct iommu_map_state *
struct iommu_map_state *ims;
iommu_iomap_destroy(struct iommu_map_state *ims)
iommu_iomap_insert_page(struct iommu_map_state *ims, vaddr_t va, paddr_t pa)
iommu_iomap_translate(struct iommu_map_state *ims, paddr_t pa)
iommu_iomap_clear_pages(struct iommu_map_state *ims)