iommu_def_domain_type   30 drivers/iommu/iommu.c static unsigned int iommu_def_domain_type __read_mostly;
iommu_def_domain_type  130 drivers/iommu/iommu.c 		iommu_domain_type_str(iommu_def_domain_type),
iommu_def_domain_type 1380 drivers/iommu/iommu.c 		dom = __iommu_domain_alloc(dev->bus, iommu_def_domain_type);
iommu_def_domain_type 1381 drivers/iommu/iommu.c 		if (!dom && iommu_def_domain_type != IOMMU_DOMAIN_DMA) {
iommu_def_domain_type 1386 drivers/iommu/iommu.c 					 iommu_def_domain_type);
iommu_def_domain_type 2260 drivers/iommu/iommu.c 	iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY;
iommu_def_domain_type 2268 drivers/iommu/iommu.c 	iommu_def_domain_type = IOMMU_DOMAIN_DMA;
iommu_def_domain_type 2273 drivers/iommu/iommu.c 	return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY;