Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/iommu/
H A 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()
327 kmem_cache_free(iommu_devinfo_cache, info); in remove_device_ref()
362 info = kmem_cache_zalloc(iommu_devinfo_cache, GFP_ATOMIC); in attach_device()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c477 static struct kmem_cache *iommu_devinfo_cache; variable
537 return kmem_cache_alloc(iommu_devinfo_cache, GFP_ATOMIC); in alloc_devinfo_mem()
542 kmem_cache_free(iommu_devinfo_cache, vaddr); in free_devinfo_mem()
4130 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_devinfo_cache_init()
4135 if (!iommu_devinfo_cache) { in iommu_devinfo_cache_init()
4167 kmem_cache_destroy(iommu_devinfo_cache); in iommu_exit_mempool()

Completed in 14 milliseconds