iommu_domain_cache  481 drivers/iommu/intel-iommu.c static struct kmem_cache *iommu_domain_cache;
iommu_domain_cache  532 drivers/iommu/intel-iommu.c 	return kmem_cache_alloc(iommu_domain_cache, GFP_ATOMIC);
iommu_domain_cache  537 drivers/iommu/intel-iommu.c 	kmem_cache_free(iommu_domain_cache, vaddr);
iommu_domain_cache 4040 drivers/iommu/intel-iommu.c 	iommu_domain_cache = kmem_cache_create("iommu_domain",
iommu_domain_cache 4046 drivers/iommu/intel-iommu.c 	if (!iommu_domain_cache) {
iommu_domain_cache 4086 drivers/iommu/intel-iommu.c 	kmem_cache_destroy(iommu_domain_cache);
iommu_domain_cache 4096 drivers/iommu/intel-iommu.c 	kmem_cache_destroy(iommu_domain_cache);