Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dfsl_pamu_domain.c22 static struct kmem_cache *iommu_devinfo_cache; variable
44 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_init_mempool()
49 if (!iommu_devinfo_cache) { in iommu_init_mempool()
120 kmem_cache_free(iommu_devinfo_cache, info); in remove_device_ref()
155 info = kmem_cache_zalloc(iommu_devinfo_cache, GFP_ATOMIC); in attach_device()