Searched refs:L1_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iommu/
H A Dshmobile-iommu.c19 #define L1_SIZE CONFIG_SHMOBILE_IOMMU_L1SIZE macro
20 #define L1_LEN (L1_SIZE / 4)
21 #define L1_ALIGN L1_SIZE
102 ret = pgtable_alloc(&sh_domain->l1, l1cache, L1_SIZE); shmobile_iommu_domain_alloc()
124 pgtable_free(&sh_domain->l1, l1cache, L1_SIZE); shmobile_iommu_domain_free()
142 ipmmu_tlb_set(archdata->ipmmu, sh_domain->l1.handle, L1_SIZE, shmobile_iommu_attach_device()
381 l1cache = kmem_cache_create("shmobile-iommu-pgtable1", L1_SIZE, ipmmu_iommu_init()

Completed in 37 milliseconds