Home
last modified time | relevance | path

Searched refs:pgtbl_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/iommu/
Darm-smmu.c344 struct io_pgtable_ops *pgtbl_ops; member
801 struct io_pgtable_ops *pgtbl_ops; in arm_smmu_init_domain_context() local
887 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 …]
Darm-smmu-v3.c622 struct io_pgtable_ops *pgtbl_ops; member
1425 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() local
1542 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()