Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c22 #define L2_SIZE SZ_1K macro
23 #define L2_LEN (L2_SIZE / 4)
24 #define L2_ALIGN L2_SIZE
122 pgtable_free(&sh_domain->l2[i], l2cache, L2_SIZE); in shmobile_iommu_domain_free()
194 ret = pgtable_alloc(&sh_domain->l2[l1index], l2cache, L2_SIZE); in l2alloc()
206 pgtable_free(l2, l2cache, L2_SIZE); in l2realfree()
385 l2cache = kmem_cache_create("shmobile-iommu-pgtable2", L2_SIZE, in ipmmu_iommu_init()