Searched refs:iommu_table_group (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Diommu.h162 struct iommu_table_group;
169 long (*create_table)(struct iommu_table_group *table_group,
175 long (*set_window)(struct iommu_table_group *table_group,
178 long (*unset_window)(struct iommu_table_group *table_group,
181 long (*take_ownership)(struct iommu_table_group *table_group);
183 void (*release_ownership)(struct iommu_table_group *table_group);
189 struct iommu_table_group *table_group;
192 struct iommu_table_group { struct
207 extern void iommu_register_group(struct iommu_table_group *table_group,
209 extern int iommu_add_device(struct iommu_table_group *table_grou
[all...]
H A Dpci-bridge.h213 struct iommu_table_group *table_group; /* for phb's or bridges */
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h79 struct iommu_table_group table_group;
321 struct iommu_table_group *table_group);
323 struct iommu_table_group *table_group);
H A Dpci-ioda-tce.c371 struct iommu_table_group *table_group)
397 /* Clean a pointer to iommu_table in iommu_table_group::tables[] */
412 struct iommu_table_group *table_group)
H A Dpci-ioda.c1277 static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group,
1344 static long pnv_pci_ioda2_create_table(struct iommu_table_group *table_group,
1456 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group,
1514 struct iommu_table_group *table_group,
1540 static long pnv_ioda2_take_ownership(struct iommu_table_group *table_group)
1565 static void pnv_ioda2_release_ownership(struct iommu_table_group *table_group)
/linux-master/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c242 struct iommu_table_group *table_group;
608 struct iommu_table_group *table_group,
649 struct iommu_table_group *table_group;
712 struct iommu_table_group *table_group = NULL;
753 struct iommu_table_group *table_group;
860 struct iommu_table_group *table_group;
1191 struct iommu_table_group *table_group)
1206 struct iommu_table_group *table_group)
1236 struct iommu_table_group *table_group;
1269 struct iommu_table_group *table_group_tm
[all...]
/linux-master/arch/powerpc/kernel/
H A Diommu.c995 struct iommu_table_group *table_group = iommu_data;
1000 void iommu_register_group(struct iommu_table_group *table_group,
1157 int iommu_add_device(struct iommu_table_group *table_group, struct device *dev)
1205 static long spapr_tce_create_table(struct iommu_table_group *table_group, int num,
1223 static long spapr_tce_set_window(struct iommu_table_group *table_group,
1229 static long spapr_tce_unset_window(struct iommu_table_group *table_group, int num)
1234 static long spapr_tce_take_ownership(struct iommu_table_group *table_group)
1255 static void spapr_tce_release_ownership(struct iommu_table_group *table_group)
1288 struct iommu_table_group *table_group;
1321 struct iommu_table_group *table_grou
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c87 struct iommu_table_group *table_group = NULL;
115 struct iommu_table_group *table_group;
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c70 static struct iommu_table_group *iommu_pseries_alloc_group(int node)
72 struct iommu_table_group *table_group;
91 static void iommu_pseries_free_group(struct iommu_table_group *table_group,

Completed in 158 milliseconds