Searched refs:pgtbl_ops (Results 1 – 2 of 2) sorted by relevance
344 struct io_pgtable_ops *pgtbl_ops; member801 struct io_pgtable_ops *pgtbl_ops; in arm_smmu_init_domain_context() local887 pgtbl_ops = alloc_io_pgtable_ops(fmt, &pgtbl_cfg, smmu_domain); in arm_smmu_init_domain_context()888 if (!pgtbl_ops) { in arm_smmu_init_domain_context()915 smmu_domain->pgtbl_ops = pgtbl_ops; in arm_smmu_init_domain_context()948 if (smmu_domain->pgtbl_ops) in arm_smmu_destroy_domain_context()949 free_io_pgtable_ops(smmu_domain->pgtbl_ops); in arm_smmu_destroy_domain_context()1175 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_map()1192 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_unmap()1209 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_iova_to_phys_hard()[all …]
622 struct io_pgtable_ops *pgtbl_ops; member1425 free_io_pgtable_ops(smmu_domain->pgtbl_ops); in arm_smmu_domain_free()1504 struct io_pgtable_ops *pgtbl_ops; in arm_smmu_domain_finalise() local1542 pgtbl_ops = alloc_io_pgtable_ops(fmt, &pgtbl_cfg, smmu_domain); in arm_smmu_domain_finalise()1543 if (!pgtbl_ops) in arm_smmu_domain_finalise()1547 smmu_domain->pgtbl_ops = pgtbl_ops; in arm_smmu_domain_finalise()1551 free_io_pgtable_ops(pgtbl_ops); in arm_smmu_domain_finalise()1692 struct io_pgtable_ops *ops = smmu_domain->pgtbl_ops; in arm_smmu_map()1709 struct io_pgtable_ops *ops = smmu_domain->pgtbl_ops; in arm_smmu_unmap()1726 struct io_pgtable_ops *ops = smmu_domain->pgtbl_ops; in arm_smmu_iova_to_phys()