Searched refs:io_pgtable (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | io-pgtable.h | 208 struct io_pgtable { struct 215 #define io_pgtable_ops_to_pgtable(x) container_of((x), struct io_pgtable, ops) argument 217 static inline void io_pgtable_tlb_flush_all(struct io_pgtable *iop) in io_pgtable_tlb_flush_all() 224 io_pgtable_tlb_flush_walk(struct io_pgtable *iop, unsigned long iova, in io_pgtable_tlb_flush_walk() 232 io_pgtable_tlb_add_page(struct io_pgtable *iop, in io_pgtable_tlb_add_page() 248 struct io_pgtable *(*alloc)(struct io_pgtable_cfg *cfg, void *cookie); 249 void (*free)(struct io_pgtable *iop);
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable.c | 41 struct io_pgtable *iop; in alloc_io_pgtable_ops() 69 struct io_pgtable *iop; in free_io_pgtable_ops()
|
H A D | io-pgtable-arm.c | 142 struct io_pgtable iop; 541 static void arm_lpae_free_pgtable(struct io_pgtable *iop) in arm_lpae_free_pgtable() 615 struct io_pgtable *iop = &data->iop; in __arm_lpae_unmap() 808 static struct io_pgtable * 912 static struct io_pgtable * 1014 static struct io_pgtable * 1024 static struct io_pgtable * 1034 static struct io_pgtable *
|
H A D | io-pgtable-dart.c | 68 struct io_pgtable iop; 396 static struct io_pgtable * 438 static void apple_dart_free_pgtable(struct io_pgtable *iop) in apple_dart_free_pgtable()
|
H A D | io-pgtable-arm-v7s.c | 165 struct io_pgtable iop; 577 static void arm_v7s_free_pgtable(struct io_pgtable *iop) in arm_v7s_free_pgtable() 598 struct io_pgtable *iop = &data->iop; in arm_v7s_split_cont() 671 struct io_pgtable *iop = &data->iop; in __arm_v7s_unmap() 782 static struct io_pgtable *arm_v7s_alloc_pgtable(struct io_pgtable_cfg *cfg, in arm_v7s_alloc_pgtable()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | Makefile | 2 obj-$(CONFIG_AMD_IOMMU) += iommu.o init.o quirks.o io_pgtable.o io_pgtable_v2.o
|
H A D | io_pgtable_v2.c | 357 static void v2_free_pgtable(struct io_pgtable *iop) in v2_free_pgtable() 376 static struct io_pgtable *v2_alloc_pgtable(struct io_pgtable_cfg *cfg, void *cookie) in v2_alloc_pgtable()
|
H A D | io_pgtable.c | 492 static void v1_free_pgtable(struct io_pgtable *iop) in v1_free_pgtable() 518 static struct io_pgtable *v1_alloc_pgtable(struct io_pgtable_cfg *cfg, void *cookie) in v1_alloc_pgtable()
|
H A D | amd_iommu_types.h | 544 struct io_pgtable iop;
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 125 struct io_pgtable *pgtable = in qcom_adreno_smmu_get_ttbr1_cfg() 140 struct io_pgtable *pgtable = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_set_ttbr0_cfg()
|
H A D | qcom_iommu.c | 450 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all() 451 struct io_pgtable, ops); in qcom_iommu_flush_iotlb_all()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |