Lines Matching refs:pgtbl_ops
63 struct io_pgtable_ops *pgtbl_ops; member
228 struct io_pgtable_ops *pgtbl_ops; in qcom_iommu_init_domain() local
246 pgtbl_ops = alloc_io_pgtable_ops(ARM_32_LPAE_S1, &pgtbl_cfg, fwspec); in qcom_iommu_init_domain()
247 if (!pgtbl_ops) { in qcom_iommu_init_domain()
306 qcom_domain->pgtbl_ops = pgtbl_ops; in qcom_iommu_init_domain()
360 free_io_pgtable_ops(qcom_domain->pgtbl_ops); in qcom_iommu_domain_free()
431 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_map()
448 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_unmap()
470 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all()
472 if (!qcom_domain->pgtbl_ops) in qcom_iommu_flush_iotlb_all()
492 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_iova_to_phys()