iommu_entry
struct iommu_entry *entry;
struct iommu_entry *entry;
entry = malloc(sizeof(struct iommu_entry), M_IOMMU, M_WAITOK | M_ZERO);
struct iommu_entry *entry, *tmp;
struct iommu_entry *entry;
LIST_ENTRY(iommu_entry) next;
static LIST_HEAD(, iommu_entry) iommu_list = LIST_HEAD_INITIALIZER(iommu_list);