tcegrp            241 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp            278 drivers/vfio/vfio_iommu_spapr_tce.c 	tcegrp = list_first_entry(&container->group_list,
tcegrp            280 drivers/vfio/vfio_iommu_spapr_tce.c 	table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            345 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp            350 drivers/vfio/vfio_iommu_spapr_tce.c 		tcegrp = list_first_entry(&container->group_list,
tcegrp            352 drivers/vfio/vfio_iommu_spapr_tce.c 		tce_iommu_detach_group(iommu_data, tcegrp->grp);
tcegrp            647 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp            657 drivers/vfio/vfio_iommu_spapr_tce.c 	tcegrp = list_first_entry(&container->group_list,
tcegrp            659 drivers/vfio/vfio_iommu_spapr_tce.c 	table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            683 drivers/vfio/vfio_iommu_spapr_tce.c 	list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp            684 drivers/vfio/vfio_iommu_spapr_tce.c 		table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            699 drivers/vfio/vfio_iommu_spapr_tce.c 	list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp            700 drivers/vfio/vfio_iommu_spapr_tce.c 		table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            713 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp            723 drivers/vfio/vfio_iommu_spapr_tce.c 	list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp            724 drivers/vfio/vfio_iommu_spapr_tce.c 		table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            751 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp            760 drivers/vfio/vfio_iommu_spapr_tce.c 	tcegrp = list_first_entry(&container->group_list,
tcegrp            762 drivers/vfio/vfio_iommu_spapr_tce.c 	table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp            809 drivers/vfio/vfio_iommu_spapr_tce.c 		struct tce_iommu_group *tcegrp;
tcegrp            815 drivers/vfio/vfio_iommu_spapr_tce.c 		tcegrp = list_first_entry(&container->group_list,
tcegrp            817 drivers/vfio/vfio_iommu_spapr_tce.c 		table_group = iommu_group_get_iommudata(tcegrp->grp);
tcegrp           1045 drivers/vfio/vfio_iommu_spapr_tce.c 		struct tce_iommu_group *tcegrp;
tcegrp           1048 drivers/vfio/vfio_iommu_spapr_tce.c 		list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp           1049 drivers/vfio/vfio_iommu_spapr_tce.c 			ret = vfio_spapr_iommu_eeh_ioctl(tcegrp->grp,
tcegrp           1246 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp = NULL;
tcegrp           1266 drivers/vfio/vfio_iommu_spapr_tce.c 	list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp           1269 drivers/vfio/vfio_iommu_spapr_tce.c 		if (tcegrp->grp == iommu_group) {
tcegrp           1275 drivers/vfio/vfio_iommu_spapr_tce.c 		table_group_tmp = iommu_group_get_iommudata(tcegrp->grp);
tcegrp           1280 drivers/vfio/vfio_iommu_spapr_tce.c 					iommu_group_id(tcegrp->grp));
tcegrp           1286 drivers/vfio/vfio_iommu_spapr_tce.c 	tcegrp = kzalloc(sizeof(*tcegrp), GFP_KERNEL);
tcegrp           1287 drivers/vfio/vfio_iommu_spapr_tce.c 	if (!tcegrp) {
tcegrp           1310 drivers/vfio/vfio_iommu_spapr_tce.c 		tcegrp->grp = iommu_group;
tcegrp           1311 drivers/vfio/vfio_iommu_spapr_tce.c 		list_add(&tcegrp->next, &container->group_list);
tcegrp           1315 drivers/vfio/vfio_iommu_spapr_tce.c 	if (ret && tcegrp)
tcegrp           1316 drivers/vfio/vfio_iommu_spapr_tce.c 		kfree(tcegrp);
tcegrp           1330 drivers/vfio/vfio_iommu_spapr_tce.c 	struct tce_iommu_group *tcegrp;
tcegrp           1334 drivers/vfio/vfio_iommu_spapr_tce.c 	list_for_each_entry(tcegrp, &container->group_list, next) {
tcegrp           1335 drivers/vfio/vfio_iommu_spapr_tce.c 		if (tcegrp->grp == iommu_group) {
tcegrp           1347 drivers/vfio/vfio_iommu_spapr_tce.c 	list_del(&tcegrp->next);
tcegrp           1348 drivers/vfio/vfio_iommu_spapr_tce.c 	kfree(tcegrp);