Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu_types.h426 extern struct kmem_cache *amd_iommu_irq_cache;
Damd_iommu_init.c2316 kmem_cache_destroy(amd_iommu_irq_cache); in free_iommu_resources()
2317 amd_iommu_irq_cache = NULL; in free_iommu_resources()
2542 amd_iommu_irq_cache = kmem_cache_create("irq_remap_cache", in early_amd_iommu_init()
2546 if (!amd_iommu_irq_cache) in early_amd_iommu_init()
Damd_iommu.c112 struct kmem_cache *amd_iommu_irq_cache; variable
3630 table->table = kmem_cache_alloc(amd_iommu_irq_cache, GFP_KERNEL); in __alloc_irq_table()
3711 kmem_cache_free(amd_iommu_irq_cache, new_table->table); in alloc_irq_table()