Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dintel-iommu.c612 static struct kmem_cache *iommu_domain_cache; variable
663 return kmem_cache_alloc(iommu_domain_cache, GFP_ATOMIC); in alloc_domain_mem()
668 kmem_cache_free(iommu_domain_cache, vaddr); in free_domain_mem()
3794 iommu_domain_cache = kmem_cache_create("iommu_domain", in iommu_domain_cache_init()
3800 if (!iommu_domain_cache) { in iommu_domain_cache_init()
3840 kmem_cache_destroy(iommu_domain_cache); in iommu_init_mempool()
3850 kmem_cache_destroy(iommu_domain_cache); in iommu_exit_mempool()