Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h159 struct iommu_table_group;
166 long (*create_table)(struct iommu_table_group *table_group,
172 long (*set_window)(struct iommu_table_group *table_group,
175 long (*unset_window)(struct iommu_table_group *table_group,
178 void (*take_ownership)(struct iommu_table_group *table_group);
180 void (*release_ownership)(struct iommu_table_group *table_group);
186 struct iommu_table_group *table_group;
189 struct iommu_table_group { struct
204 extern void iommu_register_group(struct iommu_table_group *table_group, argument
212 static inline void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group()
Dpci-bridge.h203 struct iommu_table_group *table_group; /* for phb's or bridges */
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.h60 struct iommu_table_group table_group;
121 struct iommu_table_group table_group;
223 struct iommu_table_group *table_group);
225 struct iommu_table_group *table_group);
Dpci-p5ioc2.c130 struct iommu_table_group *table_group; in pnv_pci_init_p5ioc2_phb()
Dpci.c667 struct iommu_table_group *table_group) in pnv_pci_link_table_and_group()
696 struct iommu_table_group *table_group) in pnv_pci_unlink_table_and_group()
Dpci-ioda.c1261 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group,
1944 static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_set_window()
2015 static long pnv_pci_ioda2_create_table(struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table()
2105 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_unset_window()
2163 static void pnv_ioda2_take_ownership(struct iommu_table_group *table_group) in pnv_ioda2_take_ownership()
2175 static void pnv_ioda2_release_ownership(struct iommu_table_group *table_group) in pnv_ioda2_release_ownership()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c230 struct iommu_table_group *table_group; in tce_iommu_enable()
334 struct iommu_table_group *table_group; in tce_iommu_release()
563 struct iommu_table_group *table_group, in tce_iommu_create_table()
613 struct iommu_table_group *table_group; in tce_iommu_create_window()
676 struct iommu_table_group *table_group = NULL; in tce_iommu_remove_window()
736 struct iommu_table_group *table_group; in tce_iommu_ioctl()
1037 struct iommu_table_group *table_group) in tce_iommu_release_ownership()
1057 struct iommu_table_group *table_group) in tce_iommu_take_ownership()
1087 struct iommu_table_group *table_group) in tce_iommu_release_ownership_ddw()
1103 struct iommu_table_group *table_group) in tce_iommu_take_ownership_ddw()
[all …]
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c56 static struct iommu_table_group *iommu_pseries_alloc_group(int node) in iommu_pseries_alloc_group()
58 struct iommu_table_group *table_group = NULL; in iommu_pseries_alloc_group()
62 table_group = kzalloc_node(sizeof(struct iommu_table_group), GFP_KERNEL, in iommu_pseries_alloc_group()
92 static void iommu_pseries_free_group(struct iommu_table_group *table_group, in iommu_pseries_free_group()
/linux-4.4.14/arch/powerpc/kernel/
Diommu.c892 struct iommu_table_group *table_group = iommu_data; in group_release()
897 void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group()