Home
last modified time | relevance | path

Searched refs:io_pgtable (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dio-pgtable.h202 struct io_pgtable { struct
209 #define io_pgtable_ops_to_pgtable(x) container_of((x), struct io_pgtable, ops) argument
211 static inline void io_pgtable_tlb_flush_all(struct io_pgtable *iop) in io_pgtable_tlb_flush_all()
217 io_pgtable_tlb_flush_walk(struct io_pgtable *iop, unsigned long iova, in io_pgtable_tlb_flush_walk()
224 io_pgtable_tlb_flush_leaf(struct io_pgtable *iop, unsigned long iova, in io_pgtable_tlb_flush_leaf()
231 io_pgtable_tlb_add_page(struct io_pgtable *iop, in io_pgtable_tlb_add_page()
247 struct io_pgtable *(*alloc)(struct io_pgtable_cfg *cfg, void *cookie);
248 void (*free)(struct io_pgtable *iop);
/Linux-v5.10/drivers/iommu/
Dio-pgtable.c33 struct io_pgtable *iop; in alloc_io_pgtable_ops()
61 struct io_pgtable *iop; in free_io_pgtable_ops()
Dio-pgtable-arm.c139 struct io_pgtable iop;
501 static void arm_lpae_free_pgtable(struct io_pgtable *iop) in arm_lpae_free_pgtable()
569 struct io_pgtable *iop = &data->iop; in __arm_lpae_unmap()
754 static struct io_pgtable *
853 static struct io_pgtable *
955 static struct io_pgtable *
965 static struct io_pgtable *
975 static struct io_pgtable *
Dio-pgtable-arm-v7s.c165 struct io_pgtable iop;
522 struct io_pgtable *iop = &data->iop; in arm_v7s_map()
548 static void arm_v7s_free_pgtable(struct io_pgtable *iop) in arm_v7s_free_pgtable()
569 struct io_pgtable *iop = &data->iop; in arm_v7s_split_cont()
642 struct io_pgtable *iop = &data->iop; in __arm_v7s_unmap()
749 static struct io_pgtable *arm_v7s_alloc_pgtable(struct io_pgtable_cfg *cfg, in arm_v7s_alloc_pgtable()
/Linux-v5.10/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c480 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all()
481 struct io_pgtable, ops); in qcom_iommu_flush_iotlb_all()