Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Darm-smmu.c334 struct io_pgtable_ops *pgtbl_ops; member
820 struct io_pgtable_ops *pgtbl_ops; in arm_smmu_init_domain_context() local
905 pgtbl_ops = alloc_io_pgtable_ops(fmt, &pgtbl_cfg, smmu_domain); in arm_smmu_init_domain_context()
906 if (!pgtbl_ops) { in arm_smmu_init_domain_context()
933 smmu_domain->pgtbl_ops = pgtbl_ops; in arm_smmu_init_domain_context()
966 if (smmu_domain->pgtbl_ops) in arm_smmu_destroy_domain_context()
967 free_io_pgtable_ops(smmu_domain->pgtbl_ops); in arm_smmu_destroy_domain_context()
1193 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_map()
1210 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_unmap()
1227 struct io_pgtable_ops *ops= smmu_domain->pgtbl_ops; in arm_smmu_iova_to_phys_hard()
[all …]