Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dfsl_pamu_domain.c21 static struct kmem_cache *iommu_devinfo_cache; variable
43 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_init_mempool()
48 if (!iommu_devinfo_cache) { in iommu_init_mempool()
119 kmem_cache_free(iommu_devinfo_cache, info); in remove_device_ref()
154 info = kmem_cache_zalloc(iommu_devinfo_cache, GFP_ATOMIC); in attach_device()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c455 static struct kmem_cache *iommu_devinfo_cache; variable
515 return kmem_cache_alloc(iommu_devinfo_cache, GFP_ATOMIC); in alloc_devinfo_mem()
520 kmem_cache_free(iommu_devinfo_cache, vaddr); in free_devinfo_mem()
3396 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_devinfo_cache_init()
3401 if (!iommu_devinfo_cache) { in iommu_devinfo_cache_init()
3433 kmem_cache_destroy(iommu_devinfo_cache); in iommu_exit_mempool()