Searched refs:tcegrp (Results 1 – 1 of 1) sorted by relevance
243 struct tce_iommu_group *tcegrp; in tce_iommu_enable() local347 struct tce_iommu_group *tcegrp; in tce_iommu_release() local647 struct tce_iommu_group *tcegrp; in tce_iommu_create_window() local713 struct tce_iommu_group *tcegrp; in tce_iommu_remove_window() local1293 tcegrp = kzalloc(sizeof(*tcegrp), GFP_KERNEL); in tce_iommu_attach_group()1294 if (!tcegrp) { in tce_iommu_attach_group()1304 tcegrp->grp = iommu_group; in tce_iommu_attach_group()1308 if (ret && tcegrp) in tce_iommu_attach_group()1309 kfree(tcegrp); in tce_iommu_attach_group()1340 list_del(&tcegrp->next); in tce_iommu_detach_group()[all …]