Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c26 struct shmobile_iommu_domain_pgtable { struct
41 struct shmobile_iommu_domain_pgtable l1, l2[L1_LEN]; argument
56 static int pgtable_alloc(struct shmobile_iommu_domain_pgtable *pgtable, in pgtable_alloc()
67 static void pgtable_free(struct shmobile_iommu_domain_pgtable *pgtable, in pgtable_free()
74 static uint32_t pgtable_read(struct shmobile_iommu_domain_pgtable *pgtable, in pgtable_read()
80 static void pgtable_write(struct shmobile_iommu_domain_pgtable *pgtable, in pgtable_write()
203 static void l2realfree(struct shmobile_iommu_domain_pgtable *l2) in l2realfree()
211 struct shmobile_iommu_domain_pgtable *l2) in l2free()
223 struct shmobile_iommu_domain_pgtable l2 = { .pgtable = NULL }; in shmobile_iommu_map()
267 struct shmobile_iommu_domain_pgtable l2 = { .pgtable = NULL }; in shmobile_iommu_unmap()