iommu_table        11 arch/powerpc/include/asm/device.h struct iommu_table;
iommu_table        34 arch/powerpc/include/asm/device.h 	struct iommu_table	*iommu_table_base;
iommu_table        40 arch/powerpc/include/asm/iommu.h 	int (*set)(struct iommu_table *tbl,
iommu_table        51 arch/powerpc/include/asm/iommu.h 	int (*xchg_no_kill)(struct iommu_table *tbl,
iommu_table        57 arch/powerpc/include/asm/iommu.h 	void (*tce_kill)(struct iommu_table *tbl,
iommu_table        62 arch/powerpc/include/asm/iommu.h 	__be64 *(*useraddrptr)(struct iommu_table *tbl, long index, bool alloc);
iommu_table        64 arch/powerpc/include/asm/iommu.h 	void (*clear)(struct iommu_table *tbl,
iommu_table        67 arch/powerpc/include/asm/iommu.h 	unsigned long (*get)(struct iommu_table *tbl, long index);
iommu_table        68 arch/powerpc/include/asm/iommu.h 	void (*flush)(struct iommu_table *tbl);
iommu_table        69 arch/powerpc/include/asm/iommu.h 	void (*free)(struct iommu_table *tbl);
iommu_table       126 arch/powerpc/include/asm/iommu.h int get_iommu_order(unsigned long size, struct iommu_table *tbl)
iommu_table       137 arch/powerpc/include/asm/iommu.h 					struct iommu_table *base)
iommu_table       149 arch/powerpc/include/asm/iommu.h extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl);
iommu_table       150 arch/powerpc/include/asm/iommu.h extern int iommu_tce_table_put(struct iommu_table *tbl);
iommu_table       155 arch/powerpc/include/asm/iommu.h extern struct iommu_table *iommu_init_table(struct iommu_table *tbl,
iommu_table       172 arch/powerpc/include/asm/iommu.h 			struct iommu_table **ptbl);
iommu_table       175 arch/powerpc/include/asm/iommu.h 			struct iommu_table *tblnew);
iommu_table       199 arch/powerpc/include/asm/iommu.h 	struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES];
iommu_table       210 arch/powerpc/include/asm/iommu.h extern long iommu_tce_xchg(struct mm_struct *mm, struct iommu_table *tbl,
iommu_table       214 arch/powerpc/include/asm/iommu.h 		struct iommu_table *tbl,
iommu_table       217 arch/powerpc/include/asm/iommu.h extern void iommu_tce_kill(struct iommu_table *tbl,
iommu_table       252 arch/powerpc/include/asm/iommu.h extern int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl,
iommu_table       257 arch/powerpc/include/asm/iommu.h extern void ppc_iommu_unmap_sg(struct iommu_table *tbl,
iommu_table       263 arch/powerpc/include/asm/iommu.h extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
iommu_table       266 arch/powerpc/include/asm/iommu.h extern void iommu_free_coherent(struct iommu_table *tbl, size_t size,
iommu_table       268 arch/powerpc/include/asm/iommu.h extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
iommu_table       273 arch/powerpc/include/asm/iommu.h extern void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle,
iommu_table       312 arch/powerpc/include/asm/iommu.h extern void iommu_flush_tce(struct iommu_table *tbl);
iommu_table       313 arch/powerpc/include/asm/iommu.h extern int iommu_take_ownership(struct iommu_table *tbl);
iommu_table       314 arch/powerpc/include/asm/iommu.h extern void iommu_release_ownership(struct iommu_table *tbl);
iommu_table       189 arch/powerpc/include/asm/kvm_host.h 	struct iommu_table *tbl;
iommu_table        21 arch/powerpc/include/asm/machdep.h struct iommu_table;
iommu_table       181 arch/powerpc/include/asm/pci-bridge.h struct iommu_table;
iommu_table        44 arch/powerpc/include/asm/vio.h struct iommu_table;
iommu_table       123 arch/powerpc/kernel/dma-iommu.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table       150 arch/powerpc/kernel/dma-iommu.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table        43 arch/powerpc/kernel/iommu.c static void __iommu_free(struct iommu_table *, dma_addr_t, unsigned int);
iommu_table       164 arch/powerpc/kernel/iommu.c 				       struct iommu_table *tbl,
iommu_table       293 arch/powerpc/kernel/iommu.c static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl,
iommu_table       336 arch/powerpc/kernel/iommu.c static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr,
iommu_table       364 arch/powerpc/kernel/iommu.c static struct iommu_pool *get_pool(struct iommu_table *tbl,
iommu_table       383 arch/powerpc/kernel/iommu.c static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr,
iommu_table       405 arch/powerpc/kernel/iommu.c static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr,
iommu_table       418 arch/powerpc/kernel/iommu.c int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl,
iommu_table       563 arch/powerpc/kernel/iommu.c void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist,
iommu_table       595 arch/powerpc/kernel/iommu.c static void iommu_table_clear(struct iommu_table *tbl)
iommu_table       636 arch/powerpc/kernel/iommu.c static void iommu_table_reserve_pages(struct iommu_table *tbl,
iommu_table       663 arch/powerpc/kernel/iommu.c static void iommu_table_release_pages(struct iommu_table *tbl)
iommu_table       682 arch/powerpc/kernel/iommu.c struct iommu_table *iommu_init_table(struct iommu_table *tbl, int nid,
iommu_table       742 arch/powerpc/kernel/iommu.c 	struct iommu_table *tbl;
iommu_table       744 arch/powerpc/kernel/iommu.c 	tbl = container_of(kref, struct iommu_table, it_kref);
iommu_table       771 arch/powerpc/kernel/iommu.c struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl)
iommu_table       780 arch/powerpc/kernel/iommu.c int iommu_tce_table_put(struct iommu_table *tbl)
iommu_table       794 arch/powerpc/kernel/iommu.c dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
iommu_table       833 arch/powerpc/kernel/iommu.c void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle,
iommu_table       852 arch/powerpc/kernel/iommu.c void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
iommu_table       899 arch/powerpc/kernel/iommu.c void iommu_free_coherent(struct iommu_table *tbl, size_t size,
iommu_table       974 arch/powerpc/kernel/iommu.c void iommu_flush_tce(struct iommu_table *tbl)
iommu_table      1017 arch/powerpc/kernel/iommu.c 		struct iommu_table *tbl,
iommu_table      1035 arch/powerpc/kernel/iommu.c void iommu_tce_kill(struct iommu_table *tbl,
iommu_table      1043 arch/powerpc/kernel/iommu.c int iommu_take_ownership(struct iommu_table *tbl)
iommu_table      1082 arch/powerpc/kernel/iommu.c void iommu_release_ownership(struct iommu_table *tbl)
iommu_table        99 arch/powerpc/kvm/book3s_64_vio.c 	struct iommu_table *tbl = NULL;
iommu_table       126 arch/powerpc/kvm/book3s_64_vio.c 		struct iommu_table *tbltmp = table_group->tables[i];
iommu_table       413 arch/powerpc/kvm/book3s_64_vio.c static void kvmppc_clear_tce(struct mm_struct *mm, struct iommu_table *tbl,
iommu_table       423 arch/powerpc/kvm/book3s_64_vio.c 		struct iommu_table *tbl, unsigned long entry)
iommu_table       444 arch/powerpc/kvm/book3s_64_vio.c 		struct iommu_table *tbl, unsigned long entry)
iommu_table       465 arch/powerpc/kvm/book3s_64_vio.c 		struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl,
iommu_table       481 arch/powerpc/kvm/book3s_64_vio.c long kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl,
iommu_table       520 arch/powerpc/kvm/book3s_64_vio.c 		struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl,
iommu_table       222 arch/powerpc/kvm/book3s_64_vio_hv.c 		struct iommu_table *tbl,
iommu_table       244 arch/powerpc/kvm/book3s_64_vio_hv.c extern void iommu_tce_kill_rm(struct iommu_table *tbl,
iommu_table       251 arch/powerpc/kvm/book3s_64_vio_hv.c static void kvmppc_rm_clear_tce(struct kvm *kvm, struct iommu_table *tbl,
iommu_table       261 arch/powerpc/kvm/book3s_64_vio_hv.c 		struct iommu_table *tbl, unsigned long entry)
iommu_table       283 arch/powerpc/kvm/book3s_64_vio_hv.c 		struct iommu_table *tbl, unsigned long entry)
iommu_table       307 arch/powerpc/kvm/book3s_64_vio_hv.c 		struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl,
iommu_table       323 arch/powerpc/kvm/book3s_64_vio_hv.c static long kvmppc_rm_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl,
iommu_table       366 arch/powerpc/kvm/book3s_64_vio_hv.c 		struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl,
iommu_table       106 arch/powerpc/platforms/cell/iommu.c 	struct iommu_table table;
iommu_table       154 arch/powerpc/platforms/cell/iommu.c static int tce_build_cell(struct iommu_table *tbl, long index, long npages,
iommu_table       200 arch/powerpc/platforms/cell/iommu.c static void tce_free_cell(struct iommu_table *tbl, long index, long npages)
iommu_table       539 arch/powerpc/platforms/cell/iommu.c static struct iommu_table *cell_get_iommu_table(struct device *dev)
iommu_table        73 arch/powerpc/platforms/pasemi/iommu.c static struct iommu_table iommu_table_iobmap;
iommu_table        76 arch/powerpc/platforms/pasemi/iommu.c static int iobmap_build(struct iommu_table *tbl, long index,
iommu_table       105 arch/powerpc/platforms/pasemi/iommu.c static void iobmap_free(struct iommu_table *tbl, long index,
iommu_table       128 arch/powerpc/platforms/powernv/npu-dma.c 		struct iommu_table *tbl)
iommu_table       277 arch/powerpc/platforms/powernv/npu-dma.c 		struct iommu_table **ptbl)
iommu_table       293 arch/powerpc/platforms/powernv/npu-dma.c 		int num, struct iommu_table *tbl)
iommu_table        20 arch/powerpc/platforms/powernv/pci-ioda-tce.c void pnv_pci_setup_iommu_table(struct iommu_table *tbl,
iommu_table        55 arch/powerpc/platforms/powernv/pci-ioda-tce.c static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc)
iommu_table        96 arch/powerpc/platforms/powernv/pci-ioda-tce.c int pnv_tce_build(struct iommu_table *tbl, long index, long npages,
iommu_table       119 arch/powerpc/platforms/powernv/pci-ioda-tce.c int pnv_tce_xchg(struct iommu_table *tbl, long index,
iommu_table       154 arch/powerpc/platforms/powernv/pci-ioda-tce.c __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc)
iommu_table       163 arch/powerpc/platforms/powernv/pci-ioda-tce.c void pnv_tce_free(struct iommu_table *tbl, long index, long npages)
iommu_table       179 arch/powerpc/platforms/powernv/pci-ioda-tce.c unsigned long pnv_tce_get(struct iommu_table *tbl, long index)
iommu_table       213 arch/powerpc/platforms/powernv/pci-ioda-tce.c void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl)
iommu_table       265 arch/powerpc/platforms/powernv/pci-ioda-tce.c 		bool alloc_userspace_copy, struct iommu_table *tbl)
iommu_table       351 arch/powerpc/platforms/powernv/pci-ioda-tce.c void pnv_pci_unlink_table_and_group(struct iommu_table *tbl,
iommu_table       388 arch/powerpc/platforms/powernv/pci-ioda-tce.c 		struct iommu_table *tbl,
iommu_table      1444 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table    *tbl;
iommu_table      1901 arch/powerpc/platforms/powernv/pci-ioda.c static void pnv_pci_p7ioc_tce_invalidate(struct iommu_table *tbl,
iommu_table      1938 arch/powerpc/platforms/powernv/pci-ioda.c static int pnv_ioda1_tce_build(struct iommu_table *tbl, long index,
iommu_table      1954 arch/powerpc/platforms/powernv/pci-ioda.c static int pnv_ioda_tce_xchg_no_kill(struct iommu_table *tbl, long index,
iommu_table      1962 arch/powerpc/platforms/powernv/pci-ioda.c static void pnv_ioda1_tce_free(struct iommu_table *tbl, long index,
iommu_table      2045 arch/powerpc/platforms/powernv/pci-ioda.c static void pnv_pci_ioda2_tce_invalidate(struct iommu_table *tbl,
iommu_table      2089 arch/powerpc/platforms/powernv/pci-ioda.c static int pnv_ioda2_tce_build(struct iommu_table *tbl, long index,
iommu_table      2103 arch/powerpc/platforms/powernv/pci-ioda.c static void pnv_ioda2_tce_free(struct iommu_table *tbl, long index,
iommu_table      2176 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl;
iommu_table      2296 arch/powerpc/platforms/powernv/pci-ioda.c 		int num, struct iommu_table *tbl)
iommu_table      2364 arch/powerpc/platforms/powernv/pci-ioda.c 		bool alloc_userspace_copy, struct iommu_table **ptbl)
iommu_table      2371 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl;
iommu_table      2394 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl = NULL;
iommu_table      2535 arch/powerpc/platforms/powernv/pci-ioda.c 		struct iommu_table **ptbl)
iommu_table      2551 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl = pe->table_group.tables[0];
iommu_table      3450 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl = pe->table_group.tables[0];
iommu_table      3472 arch/powerpc/platforms/powernv/pci-ioda.c 	struct iommu_table *tbl = pe->table_group.tables[0];
iommu_table       799 arch/powerpc/platforms/powernv/pci.c struct iommu_table *pnv_pci_table_alloc(int nid)
iommu_table       801 arch/powerpc/platforms/powernv/pci.c 	struct iommu_table *tbl;
iommu_table       803 arch/powerpc/platforms/powernv/pci.c 	tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, nid);
iommu_table       182 arch/powerpc/platforms/powernv/pci.h extern struct iommu_table *pnv_pci_table_alloc(int nid);
iommu_table       225 arch/powerpc/platforms/powernv/pci.h extern int pnv_tce_build(struct iommu_table *tbl, long index, long npages,
iommu_table       228 arch/powerpc/platforms/powernv/pci.h extern void pnv_tce_free(struct iommu_table *tbl, long index, long npages);
iommu_table       229 arch/powerpc/platforms/powernv/pci.h extern int pnv_tce_xchg(struct iommu_table *tbl, long index,
iommu_table       232 arch/powerpc/platforms/powernv/pci.h extern __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index,
iommu_table       234 arch/powerpc/platforms/powernv/pci.h extern unsigned long pnv_tce_get(struct iommu_table *tbl, long index);
iommu_table       238 arch/powerpc/platforms/powernv/pci.h 		bool alloc_userspace_copy, struct iommu_table *tbl);
iommu_table       239 arch/powerpc/platforms/powernv/pci.h extern void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl);
iommu_table       242 arch/powerpc/platforms/powernv/pci.h 		struct iommu_table *tbl,
iommu_table       244 arch/powerpc/platforms/powernv/pci.h extern void pnv_pci_unlink_table_and_group(struct iommu_table *tbl,
iommu_table       246 arch/powerpc/platforms/powernv/pci.h extern void pnv_pci_setup_iommu_table(struct iommu_table *tbl,
iommu_table        45 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table        52 arch/powerpc/platforms/pseries/iommu.c 	tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, node);
iommu_table        71 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table        88 arch/powerpc/platforms/pseries/iommu.c static int tce_build_pSeries(struct iommu_table *tbl, long index,
iommu_table       116 arch/powerpc/platforms/pseries/iommu.c static void tce_free_pSeries(struct iommu_table *tbl, long index, long npages)
iommu_table       126 arch/powerpc/platforms/pseries/iommu.c static unsigned long tce_get_pseries(struct iommu_table *tbl, long index)
iommu_table       136 arch/powerpc/platforms/pseries/iommu.c static void tce_freemulti_pSeriesLP(struct iommu_table*, long, long);
iommu_table       181 arch/powerpc/platforms/pseries/iommu.c static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum,
iommu_table       285 arch/powerpc/platforms/pseries/iommu.c static void tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages)
iommu_table       303 arch/powerpc/platforms/pseries/iommu.c static unsigned long tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum)
iommu_table       482 arch/powerpc/platforms/pseries/iommu.c 				 struct iommu_table *tbl)
iommu_table       532 arch/powerpc/platforms/pseries/iommu.c 				      struct iommu_table *tbl,
iommu_table       561 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table       638 arch/powerpc/platforms/pseries/iommu.c static int tce_exchange_pseries(struct iommu_table *tbl, long index, unsigned
iommu_table       676 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table       720 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table      1151 arch/powerpc/platforms/pseries/iommu.c 	struct iommu_table *tbl;
iommu_table       518 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table       542 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table       553 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table       587 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table       699 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl;
iommu_table      1164 arch/powerpc/platforms/pseries/vio.c static struct iommu_table *vio_build_iommu_table(struct vio_dev *dev)
iommu_table      1167 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl;
iommu_table      1312 arch/powerpc/platforms/pseries/vio.c 	struct iommu_table *tbl = get_iommu_table_base(dev);
iommu_table        48 arch/powerpc/sysdev/dart_iommu.c static struct iommu_table iommu_table_dart;
iommu_table       163 arch/powerpc/sysdev/dart_iommu.c static void dart_flush(struct iommu_table *tbl)
iommu_table       172 arch/powerpc/sysdev/dart_iommu.c static int dart_build(struct iommu_table *tbl, long index,
iommu_table       209 arch/powerpc/sysdev/dart_iommu.c static void dart_free(struct iommu_table *tbl, long index, long npages)
iommu_table        34 arch/x86/include/asm/calgary.h 	void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev);
iommu_table        35 arch/x86/include/asm/calgary.h 	void (*tce_cache_blast)(struct iommu_table *tbl);
iommu_table        36 arch/x86/include/asm/calgary.h 	void (*dump_error_regs)(struct iommu_table *tbl);
iommu_table        15 arch/x86/include/asm/tce.h struct iommu_table;
iommu_table        28 arch/x86/include/asm/tce.h extern void tce_build(struct iommu_table *tbl, unsigned long index,
iommu_table        30 arch/x86/include/asm/tce.h extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
iommu_table       161 arch/x86/kernel/pci-calgary_64.c static void calgary_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev);
iommu_table       162 arch/x86/kernel/pci-calgary_64.c static void calgary_tce_cache_blast(struct iommu_table *tbl);
iommu_table       163 arch/x86/kernel/pci-calgary_64.c static void calgary_dump_error_regs(struct iommu_table *tbl);
iommu_table       164 arch/x86/kernel/pci-calgary_64.c static void calioc2_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev);
iommu_table       165 arch/x86/kernel/pci-calgary_64.c static void calioc2_tce_cache_blast(struct iommu_table *tbl);
iommu_table       166 arch/x86/kernel/pci-calgary_64.c static void calioc2_dump_error_regs(struct iommu_table *tbl);
iommu_table       167 arch/x86/kernel/pci-calgary_64.c static void calgary_init_bitmap_from_tce_table(struct iommu_table *tbl);
iommu_table       184 arch/x86/kernel/pci-calgary_64.c static inline int translation_enabled(struct iommu_table *tbl)
iommu_table       190 arch/x86/kernel/pci-calgary_64.c static void iommu_range_reserve(struct iommu_table *tbl,
iommu_table       215 arch/x86/kernel/pci-calgary_64.c 				       struct iommu_table *tbl,
iommu_table       254 arch/x86/kernel/pci-calgary_64.c static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl,
iommu_table       276 arch/x86/kernel/pci-calgary_64.c static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr,
iommu_table       302 arch/x86/kernel/pci-calgary_64.c static inline struct iommu_table *find_iommu_table(struct device *dev)
iommu_table       306 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table       329 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       353 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       399 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       411 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       424 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       454 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = find_iommu_table(dev);
iommu_table       527 arch/x86/kernel/pci-calgary_64.c static void calgary_tce_cache_blast(struct iommu_table *tbl)
iommu_table       563 arch/x86/kernel/pci-calgary_64.c static void calioc2_tce_cache_blast(struct iommu_table *tbl)
iommu_table       657 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = pci_iommu(dev->bus);
iommu_table       681 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = pci_iommu(dev->bus);
iommu_table       717 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = pci_iommu(dev->bus);
iommu_table       741 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table       789 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = pci_iommu(dev->bus);
iommu_table       811 arch/x86/kernel/pci-calgary_64.c static void calgary_dump_error_regs(struct iommu_table *tbl)
iommu_table       828 arch/x86/kernel/pci-calgary_64.c static void calioc2_dump_error_regs(struct iommu_table *tbl)
iommu_table       876 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl = from_timer(tbl, t, watchdog_timer);
iommu_table       936 arch/x86/kernel/pci-calgary_64.c static void __init calioc2_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev)
iommu_table       952 arch/x86/kernel/pci-calgary_64.c static void __init calgary_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev)
iommu_table       971 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table      1001 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table      1034 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table      1154 arch/x86/kernel/pci-calgary_64.c 		struct iommu_table *tbl;
iommu_table      1286 arch/x86/kernel/pci-calgary_64.c static void calgary_init_bitmap_from_tce_table(struct iommu_table *tbl)
iommu_table      1524 arch/x86/kernel/pci-calgary_64.c 	struct iommu_table *tbl;
iommu_table        36 arch/x86/kernel/tce_64.c void tce_build(struct iommu_table *tbl, unsigned long index,
iommu_table        62 arch/x86/kernel/tce_64.c void tce_free(struct iommu_table *tbl, long index, unsigned int npages)
iommu_table        85 arch/x86/kernel/tce_64.c static int tce_table_setparms(struct pci_dev *dev, struct iommu_table *tbl)
iommu_table       124 arch/x86/kernel/tce_64.c 	struct iommu_table *tbl;
iommu_table       133 arch/x86/kernel/tce_64.c 	tbl = kzalloc(sizeof(struct iommu_table), GFP_KERNEL);
iommu_table      1532 drivers/net/ethernet/ibm/ibmveth.c 	struct iommu_table *tbl;
iommu_table      5093 drivers/net/ethernet/ibm/ibmvnic.c 	struct iommu_table *tbl;
iommu_table        68 drivers/vfio/vfio_iommu_spapr_tce.c 	struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES];
iommu_table       202 drivers/vfio/vfio_iommu_spapr_tce.c 		phys_addr_t ioba, struct iommu_table **ptbl)
iommu_table       207 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = container->tables[i];
iommu_table       337 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl,
iommu_table       340 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl);
iommu_table       360 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = container->tables[i];
iommu_table       410 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl, unsigned long entry)
iommu_table       432 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl,
iommu_table       500 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl,
iommu_table       548 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl,
iommu_table       612 drivers/vfio/vfio_iommu_spapr_tce.c 			struct iommu_table **ptbl)
iommu_table       635 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl)
iommu_table       649 drivers/vfio/vfio_iommu_spapr_tce.c 	struct iommu_table *tbl = NULL;
iommu_table       712 drivers/vfio/vfio_iommu_spapr_tce.c 	struct iommu_table *tbl;
iommu_table       857 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = NULL;
iommu_table       924 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = NULL;
iommu_table      1147 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = container->tables[i];
iommu_table      1166 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = table_group->tables[i];
iommu_table      1219 drivers/vfio/vfio_iommu_spapr_tce.c 		struct iommu_table *tbl = container->tables[i];