Lines Matching defs:iommu_page_entry
134 struct iommu_page_entry {
135 SPLAY_ENTRY(iommu_page_entry) ipe_node;
142 SPLAY_HEAD(iommu_page_tree, iommu_page_entry) ipm_tree;
145 struct iommu_page_entry ipm_map[1];
412 struct iommu_page_entry *e;
531 struct iommu_page_entry *e;
604 iomap_compare(struct iommu_page_entry *a, struct iommu_page_entry *b)
610 SPLAY_PROTOTYPE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
612 iommu_page_entry, ipe_node, iomap_compare);
666 struct iommu_page_entry *e;
669 struct iommu_page_entry ipe;
702 struct iommu_page_entry *e;
703 struct iommu_page_entry pe;