Home
last modified time | relevance | path

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

/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 */
/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()
/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()
/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()