Searched refs:iommu_table_group (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/include/asm/ |
D | iommu.h | 160 struct iommu_table_group; 167 long (*create_table)(struct iommu_table_group *table_group, 173 long (*set_window)(struct iommu_table_group *table_group, 176 long (*unset_window)(struct iommu_table_group *table_group, 179 void (*take_ownership)(struct iommu_table_group *table_group); 181 void (*release_ownership)(struct iommu_table_group *table_group); 187 struct iommu_table_group *table_group; 190 struct iommu_table_group { struct 205 extern void iommu_register_group(struct iommu_table_group *table_group, argument 207 extern int iommu_add_device(struct iommu_table_group *table_group, [all …]
|
D | pci-bridge.h | 196 struct iommu_table_group *table_group; /* for phb's or bridges */
|
/arch/powerpc/platforms/powernv/ |
D | npu-dma.c | 125 static long pnv_npu_unset_window(struct iommu_table_group *table_group, 128 static long pnv_npu_set_window(struct iommu_table_group *table_group, int num, in pnv_npu_set_window() 169 static long pnv_npu_unset_window(struct iommu_table_group *table_group, int num) in pnv_npu_unset_window() 198 static void pnv_npu_take_ownership(struct iommu_table_group *table_group) in pnv_npu_take_ownership() 232 static void pnv_npu_release_ownership(struct iommu_table_group *table_group) in pnv_npu_release_ownership() 263 struct iommu_table_group table_group; 276 struct iommu_table_group *table_group, in pnv_npu_peers_create_table_userspace() 293 static long pnv_npu_peers_set_window(struct iommu_table_group *table_group, in pnv_npu_peers_set_window() 332 static long pnv_npu_peers_unset_window(struct iommu_table_group *table_group, in pnv_npu_peers_unset_window() 379 static void pnv_npu_peers_take_ownership(struct iommu_table_group *table_group) in pnv_npu_peers_take_ownership() [all …]
|
D | pci.h | 83 struct iommu_table_group table_group; 345 struct iommu_table_group *table_group); 347 struct iommu_table_group *table_group);
|
D | pci-ioda-tce.c | 372 struct iommu_table_group *table_group) in pnv_pci_unlink_table_and_group() 409 struct iommu_table_group *table_group) in pnv_pci_link_table_and_group()
|
D | pci-ioda.c | 1779 static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_set_window() 1846 static long pnv_pci_ioda2_create_table(struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table() 1957 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_unset_window() 2015 struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table_userspace() 2041 static void pnv_ioda2_take_ownership(struct iommu_table_group *table_group) in pnv_ioda2_take_ownership() 2057 static void pnv_ioda2_release_ownership(struct iommu_table_group *table_group) in pnv_ioda2_release_ownership() 2645 static long pnv_pci_ioda1_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda1_unset_window()
|
/arch/powerpc/platforms/pseries/ |
D | iommu.c | 56 static struct iommu_table_group *iommu_pseries_alloc_group(int node) in iommu_pseries_alloc_group() 58 struct iommu_table_group *table_group; in iommu_pseries_alloc_group() 61 table_group = kzalloc_node(sizeof(struct iommu_table_group), GFP_KERNEL, in iommu_pseries_alloc_group() 82 static void iommu_pseries_free_group(struct iommu_table_group *table_group, in iommu_pseries_free_group() 547 struct iommu_table_group *table_group, in iommu_table_setparms_lpar()
|
/arch/powerpc/kernel/ |
D | iommu.c | 938 struct iommu_table_group *table_group = iommu_data; in group_release() 943 void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group() 1105 int iommu_add_device(struct iommu_table_group *table_group, struct device *dev) in iommu_add_device()
|
/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 74 struct iommu_table_group *table_group = NULL; in kvm_spapr_tce_release_iommu_group() 102 struct iommu_table_group *table_group; in kvm_spapr_tce_attach_iommu_group()
|