Lines Matching refs:pgtbl_ops
67 struct io_pgtable_ops *pgtbl_ops; member
222 struct io_pgtable_ops *pgtbl_ops; in qcom_iommu_init_domain() local
242 pgtbl_ops = alloc_io_pgtable_ops(ARM_32_LPAE_S1, &pgtbl_cfg, qcom_domain); in qcom_iommu_init_domain()
243 if (!pgtbl_ops) { in qcom_iommu_init_domain()
314 qcom_domain->pgtbl_ops = pgtbl_ops; in qcom_iommu_init_domain()
356 free_io_pgtable_ops(qcom_domain->pgtbl_ops); in qcom_iommu_domain_free()
436 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_map()
454 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_unmap()
476 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all()
478 if (!qcom_domain->pgtbl_ops) in qcom_iommu_flush_iotlb_all()
498 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_iova_to_phys()