Searched refs:ipm_tree (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Diommuvar.h82 SPLAY_HEAD(iommu_page_tree, iommu_page_entry) ipm_tree; member in struct:iommu_page_map
H A Diommu.c1689 SPLAY_INIT(&ims->ims_map.ipm_tree);
1743 if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))
1754 e = SPLAY_INSERT(iommu_page_tree, &ipm->ipm_tree, e);
1837 e = SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &pe);
1852 SPLAY_INIT(&ims->ims_map.ipm_tree);
H A Dviommu.c944 SPLAY_INIT(&ims->ims_map.ipm_tree);
/openbsd-current/sys/arch/hppa/dev/
H A Dastro.c139 SPLAY_HEAD(iommu_page_tree, iommu_page_entry) ipm_tree;
606 SPLAY_INIT(&ims->ims_map.ipm_tree);
639 if (SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &ipe))
651 e = SPLAY_INSERT(iommu_page_tree, &ipm->ipm_tree, e);
675 e = SPLAY_FIND(iommu_page_tree, &ipm->ipm_tree, &pe);
692 SPLAY_INIT(&ims->ims_map.ipm_tree);

Completed in 100 milliseconds