/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | iommu.h | 40 int (*set)(struct iommu_table *tbl, 62 void (*clear)(struct iommu_table *tbl, 66 void (*flush)(struct iommu_table *tbl); 67 void (*free)(struct iommu_table *tbl); 91 struct iommu_table { struct 135 struct iommu_table *base) in set_iommu_table_base() 147 extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl); 153 extern struct iommu_table *iommu_init_table(struct iommu_table *tbl, 171 struct iommu_table **ptbl); 174 struct iommu_table *tblnew); [all …]
|
A D | device.h | 11 struct iommu_table; 29 struct iommu_table *iommu_table_base;
|
A D | vio.h | 44 struct iommu_table;
|
A D | machdep.h | 15 struct iommu_table;
|
A D | pci-bridge.h | 191 struct iommu_table;
|
A D | kvm_host.h | 184 struct iommu_table *tbl;
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | pci.h | 280 extern struct iommu_table *pnv_pci_table_alloc(int nid); 309 extern int pnv_tce_build(struct iommu_table *tbl, long index, long npages, 312 extern void pnv_tce_free(struct iommu_table *tbl, long index, long npages); 313 extern int pnv_tce_xchg(struct iommu_table *tbl, long index, 315 extern __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, 317 extern unsigned long pnv_tce_get(struct iommu_table *tbl, long index); 321 bool alloc_userspace_copy, struct iommu_table *tbl); 322 extern void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl); 325 struct iommu_table *tbl, 327 extern void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, [all …]
|
A D | pci-ioda-tce.c | 48 void pnv_pci_setup_iommu_table(struct iommu_table *tbl, in pnv_pci_setup_iommu_table() 83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() 124 int pnv_tce_build(struct iommu_table *tbl, long index, long npages, in pnv_tce_build() 147 int pnv_tce_xchg(struct iommu_table *tbl, long index, in pnv_tce_xchg() 181 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr() 190 void pnv_tce_free(struct iommu_table *tbl, long index, long npages) in pnv_tce_free() 206 unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get() 240 void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl) in pnv_pci_ioda2_table_free_pages() 292 bool alloc_userspace_copy, struct iommu_table *tbl) in pnv_pci_ioda2_table_alloc_pages() 370 void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, in pnv_pci_unlink_table_and_group() [all …]
|
A D | pci-ioda.c | 1276 static void pnv_pci_p7ioc_tce_invalidate(struct iommu_table *tbl, in pnv_pci_p7ioc_tce_invalidate() 1400 static void pnv_pci_ioda2_tce_invalidate(struct iommu_table *tbl, in pnv_pci_ioda2_tce_invalidate() 1509 struct iommu_table *tbl; in pnv_pci_ioda1_setup_dma_pe() 1629 int num, struct iommu_table *tbl) in pnv_pci_ioda2_set_window() 1697 bool alloc_userspace_copy, struct iommu_table **ptbl) in pnv_pci_ioda2_create_table() 1704 struct iommu_table *tbl; in pnv_pci_ioda2_create_table() 1727 struct iommu_table *tbl = NULL; in pnv_pci_ioda2_setup_default_config() 1867 struct iommu_table **ptbl) in pnv_pci_ioda2_create_table_userspace() 1896 struct iommu_table *tbl = pe->table_group.tables[0]; in pnv_ioda2_take_ownership() 2725 struct iommu_table *tbl = pe->table_group.tables[0]; in pnv_pci_ioda1_release_pe_dma() [all …]
|
A D | pci.c | 733 struct iommu_table *pnv_pci_table_alloc(int nid) in pnv_pci_table_alloc() 735 struct iommu_table *tbl; in pnv_pci_table_alloc() 737 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, nid); in pnv_pci_table_alloc()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | iommu.c | 44 struct iommu_table *tbl = data; in iommu_debugfs_weight_get() 50 static void iommu_debugfs_add(struct iommu_table *tbl) in iommu_debugfs_add() 202 struct iommu_table *tbl, in iommu_range_alloc() 712 struct iommu_table *iommu_init_table(struct iommu_table *tbl, int nid, in iommu_init_table() 769 bool iommu_table_in_use(struct iommu_table *tbl) in iommu_table_in_use() 792 struct iommu_table *tbl; in iommu_table_free() 817 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get() 826 int iommu_tce_table_put(struct iommu_table *tbl) in iommu_tce_table_put() 1020 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce() 1063 struct iommu_table *tbl, in iommu_tce_xchg_no_kill() [all …]
|
A D | dma-iommu.c | 147 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_dma_supported() 184 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_get_required_mask()
|
/linux-6.3-rc2/drivers/vfio/ |
A D | vfio_iommu_spapr_tce.c | 339 struct iommu_table *tbl, 342 struct iommu_table *tbl); 433 struct iommu_table *tbl, in tce_iommu_clear() 501 struct iommu_table *tbl, in tce_iommu_build() 549 struct iommu_table *tbl, in tce_iommu_build_v2() 613 struct iommu_table **ptbl) in tce_iommu_create_table() 636 struct iommu_table *tbl) in tce_iommu_free_table() 650 struct iommu_table *tbl = NULL; in tce_iommu_create_window() 713 struct iommu_table *tbl; in tce_iommu_remove_window() 907 struct iommu_table *tbl = NULL; in tce_iommu_ioctl() [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | iommu.c | 56 static struct iommu_table *iommu_pseries_alloc_table(int node) in iommu_pseries_alloc_table() 58 struct iommu_table *tbl; in iommu_pseries_alloc_table() 60 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, node); in iommu_pseries_alloc_table() 88 struct iommu_table *tbl; in iommu_pseries_free_group() 525 struct iommu_table *tbl) in iommu_table_setparms() 565 struct iommu_table *tbl, in iommu_table_setparms_lpar() 590 struct iommu_table *tbl; in pci_dma_bus_setup_pSeries() 732 struct iommu_table *tbl; in pci_dma_bus_setup_pSeriesLP() 772 struct iommu_table *tbl; in pci_dma_dev_setup_pSeries() 1424 struct iommu_table *newtbl; in enable_ddw() [all …]
|
A D | vio.c | 521 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_map_page() 545 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_page() 556 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_map_sg() 591 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_sg() 705 struct iommu_table *tbl; in vio_cmo_bus_probe() 1170 static struct iommu_table *vio_build_iommu_table(struct vio_dev *dev) in vio_build_iommu_table() 1173 struct iommu_table *tbl; in vio_build_iommu_table() 1334 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dev_release()
|
/linux-6.3-rc2/arch/powerpc/sysdev/ |
A D | dart_iommu.c | 48 static struct iommu_table iommu_table_dart; 163 static void dart_flush(struct iommu_table *tbl) in dart_flush() 172 static int dart_build(struct iommu_table *tbl, long index, in dart_build() 209 static void dart_free(struct iommu_table *tbl, long index, long npages) in dart_free()
|
/linux-6.3-rc2/arch/powerpc/platforms/pasemi/ |
A D | iommu.c | 74 static struct iommu_table iommu_table_iobmap; 77 static int iobmap_build(struct iommu_table *tbl, long index, in iobmap_build() 106 static void iobmap_free(struct iommu_table *tbl, long index, in iobmap_free()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_vio.c | 113 struct iommu_table *tbl = NULL; in kvm_spapr_tce_attach_iommu_group() 142 struct iommu_table *tbltmp = table_group->tables[i]; in kvm_spapr_tce_attach_iommu_group() 436 struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce() 451 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec() 472 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap() 493 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_unmap() 511 static long kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_tce_iommu_do_map() 550 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_map()
|
/linux-6.3-rc2/arch/powerpc/platforms/cell/ |
A D | iommu.c | 108 struct iommu_table table; 156 static int tce_build_cell(struct iommu_table *tbl, long index, long npages, in tce_build_cell() 202 static void tce_free_cell(struct iommu_table *tbl, long index, long npages) in tce_free_cell() 542 static struct iommu_table *cell_get_iommu_table(struct device *dev) in cell_get_iommu_table()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/ |
A D | ibmveth.c | 1578 struct iommu_table *tbl; in ibmveth_get_desired_dma()
|
A D | ibmvnic.c | 6494 struct iommu_table *tbl; in ibmvnic_get_desired_dma()
|