io_pgtable        167 drivers/iommu/io-pgtable-arm-v7s.c 	struct io_pgtable	iop;
io_pgtable        524 drivers/iommu/io-pgtable-arm-v7s.c 	struct io_pgtable *iop = &data->iop;
io_pgtable        550 drivers/iommu/io-pgtable-arm-v7s.c static void arm_v7s_free_pgtable(struct io_pgtable *iop)
io_pgtable        571 drivers/iommu/io-pgtable-arm-v7s.c 	struct io_pgtable *iop = &data->iop;
io_pgtable        644 drivers/iommu/io-pgtable-arm-v7s.c 	struct io_pgtable *iop = &data->iop;
io_pgtable        751 drivers/iommu/io-pgtable-arm-v7s.c static struct io_pgtable *arm_v7s_alloc_pgtable(struct io_pgtable_cfg *cfg,
io_pgtable        181 drivers/iommu/io-pgtable-arm.c 	struct io_pgtable	iop;
io_pgtable        536 drivers/iommu/io-pgtable-arm.c static void arm_lpae_free_pgtable(struct io_pgtable *iop)
io_pgtable        604 drivers/iommu/io-pgtable-arm.c 	struct io_pgtable *iop = &data->iop;
io_pgtable        788 drivers/iommu/io-pgtable-arm.c static struct io_pgtable *
io_pgtable        888 drivers/iommu/io-pgtable-arm.c static struct io_pgtable *
io_pgtable        984 drivers/iommu/io-pgtable-arm.c static struct io_pgtable *
io_pgtable        987 drivers/iommu/io-pgtable-arm.c 	struct io_pgtable *iop;
io_pgtable       1002 drivers/iommu/io-pgtable-arm.c static struct io_pgtable *
io_pgtable       1005 drivers/iommu/io-pgtable-arm.c 	struct io_pgtable *iop;
io_pgtable       1018 drivers/iommu/io-pgtable-arm.c static struct io_pgtable *
io_pgtable         33 drivers/iommu/io-pgtable.c 	struct io_pgtable *iop;
io_pgtable         61 drivers/iommu/io-pgtable.c 	struct io_pgtable *iop;
io_pgtable         66 drivers/iommu/io-pgtable.c 	iop = container_of(ops, struct io_pgtable, ops);
io_pgtable        466 drivers/iommu/qcom_iommu.c 	struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops,
io_pgtable        467 drivers/iommu/qcom_iommu.c 						  struct io_pgtable, ops);
io_pgtable        190 include/linux/io-pgtable.h #define io_pgtable_ops_to_pgtable(x) container_of((x), struct io_pgtable, ops)
io_pgtable        192 include/linux/io-pgtable.h static inline void io_pgtable_tlb_flush_all(struct io_pgtable *iop)
io_pgtable        198 include/linux/io-pgtable.h io_pgtable_tlb_flush_walk(struct io_pgtable *iop, unsigned long iova,
io_pgtable        205 include/linux/io-pgtable.h io_pgtable_tlb_flush_leaf(struct io_pgtable *iop, unsigned long iova,
io_pgtable        212 include/linux/io-pgtable.h io_pgtable_tlb_add_page(struct io_pgtable *iop,
io_pgtable        228 include/linux/io-pgtable.h 	struct io_pgtable *(*alloc)(struct io_pgtable_cfg *cfg, void *cookie);
io_pgtable        229 include/linux/io-pgtable.h 	void (*free)(struct io_pgtable *iop);