Searched refs:exynos_domain (Results 1 – 1 of 1) sorted by relevance
707 struct exynos_iommu_domain *exynos_domain; in exynos_iommu_domain_alloc() local713 exynos_domain = kzalloc(sizeof(*exynos_domain), GFP_KERNEL); in exynos_iommu_domain_alloc()714 if (!exynos_domain) in exynos_iommu_domain_alloc()717 exynos_domain->pgtable = (sysmmu_pte_t *)__get_free_pages(GFP_KERNEL, 2); in exynos_iommu_domain_alloc()718 if (!exynos_domain->pgtable) in exynos_iommu_domain_alloc()721 exynos_domain->lv2entcnt = (short *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, 1); in exynos_iommu_domain_alloc()722 if (!exynos_domain->lv2entcnt) in exynos_iommu_domain_alloc()727 exynos_domain->pgtable[i + 0] = ZERO_LV2LINK; in exynos_iommu_domain_alloc()728 exynos_domain->pgtable[i + 1] = ZERO_LV2LINK; in exynos_iommu_domain_alloc()729 exynos_domain->pgtable[i + 2] = ZERO_LV2LINK; in exynos_iommu_domain_alloc()[all …]