Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c49 static struct kmem_cache *l1cache, *l2cache; variable
102 ret = pgtable_alloc(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_alloc()
124 pgtable_free(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_free()
381 l1cache = kmem_cache_create("shmobile-iommu-pgtable1", L1_SIZE, in ipmmu_iommu_init()
383 if (!l1cache) in ipmmu_iommu_init()
388 kmem_cache_destroy(l1cache); in ipmmu_iommu_init()
393 kmem_cache_destroy(l1cache); in ipmmu_iommu_init()