Searched refs:iommu_table_group (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | iommu.h | 159 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 206 extern int iommu_add_device(struct iommu_table_group *table_group, [all …]
|
D | pci-bridge.h | 204 struct iommu_table_group *table_group; /* for phb's or bridges */
|
/linux-6.1.9/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 241 struct iommu_table_group *table_group; in tce_iommu_enable() 607 struct iommu_table_group *table_group, in tce_iommu_create_table() 648 struct iommu_table_group *table_group; in tce_iommu_create_window() 711 struct iommu_table_group *table_group = NULL; in tce_iommu_remove_window() 752 struct iommu_table_group *table_group; in tce_iommu_create_default_window() 810 struct iommu_table_group *table_group; in tce_iommu_ioctl() 1142 struct iommu_table_group *table_group) in tce_iommu_release_ownership() 1161 struct iommu_table_group *table_group) in tce_iommu_take_ownership() 1188 struct iommu_table_group *table_group) in tce_iommu_release_ownership_ddw() 1205 struct iommu_table_group *table_group) in tce_iommu_take_ownership_ddw() [all …]
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | pci.h | 80 struct iommu_table_group table_group; 326 struct iommu_table_group *table_group); 328 struct iommu_table_group *table_group);
|
D | pci-ioda-tce.c | 371 struct iommu_table_group *table_group) in pnv_pci_unlink_table_and_group() 412 struct iommu_table_group *table_group) in pnv_pci_link_table_and_group()
|
D | pci-ioda.c | 1628 static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_set_window() 1695 static long pnv_pci_ioda2_create_table(struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table() 1807 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_unset_window() 1865 struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table_userspace() 1891 static void pnv_ioda2_take_ownership(struct iommu_table_group *table_group) in pnv_ioda2_take_ownership() 1907 static void pnv_ioda2_release_ownership(struct iommu_table_group *table_group) in pnv_ioda2_release_ownership() 2693 static long pnv_pci_ioda1_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda1_unset_window()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | iommu.c | 982 struct iommu_table_group *table_group = iommu_data; in group_release() 987 void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group() 1144 int iommu_add_device(struct iommu_table_group *table_group, struct device *dev) in iommu_add_device()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | iommu.c | 69 static struct iommu_table_group *iommu_pseries_alloc_group(int node) in iommu_pseries_alloc_group() 71 struct iommu_table_group *table_group; in iommu_pseries_alloc_group() 85 static void iommu_pseries_free_group(struct iommu_table_group *table_group, in iommu_pseries_free_group() 566 struct iommu_table_group *table_group, in iommu_table_setparms_lpar()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 86 struct iommu_table_group *table_group = NULL; in kvm_spapr_tce_release_iommu_group() 114 struct iommu_table_group *table_group; in kvm_spapr_tce_attach_iommu_group()
|