Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dfsl_pamu_domain.c33 static struct kmem_cache *iommu_devinfo_cache; variable
55 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_init_mempool()
60 if (!iommu_devinfo_cache) { in iommu_init_mempool()
339 kmem_cache_free(iommu_devinfo_cache, info); in remove_device_ref()
374 info = kmem_cache_zalloc(iommu_devinfo_cache, GFP_ATOMIC); in attach_device()
Dintel-iommu.c568 static struct kmem_cache *iommu_devinfo_cache; variable
628 return kmem_cache_alloc(iommu_devinfo_cache, GFP_ATOMIC); in alloc_devinfo_mem()
633 kmem_cache_free(iommu_devinfo_cache, vaddr); in free_devinfo_mem()
3933 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_devinfo_cache_init()
3938 if (!iommu_devinfo_cache) { in iommu_devinfo_cache_init()
3970 kmem_cache_destroy(iommu_devinfo_cache); in iommu_exit_mempool()