Lines Matching refs:pgtbl_ops
69 struct io_pgtable_ops *pgtbl_ops; member
242 struct io_pgtable_ops *pgtbl_ops; in qcom_iommu_init_domain() local
262 pgtbl_ops = alloc_io_pgtable_ops(ARM_32_LPAE_S1, &pgtbl_cfg, qcom_domain); in qcom_iommu_init_domain()
263 if (!pgtbl_ops) { in qcom_iommu_init_domain()
321 qcom_domain->pgtbl_ops = pgtbl_ops; in qcom_iommu_init_domain()
373 free_io_pgtable_ops(qcom_domain->pgtbl_ops); in qcom_iommu_domain_free()
441 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_map()
458 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_unmap()
480 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all()
482 if (!qcom_domain->pgtbl_ops) in qcom_iommu_flush_iotlb_all()
502 struct io_pgtable_ops *ops = qcom_domain->pgtbl_ops; in qcom_iommu_iova_to_phys()