Searched refs:IOMMU_DOMAIN_BLOCKED (Results 1 – 3 of 3) sorted by relevance
525 case IOMMU_DOMAIN_BLOCKED: in apple_dart_attach_dev()584 type != IOMMU_DOMAIN_IDENTITY && type != IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()594 if (type == IOMMU_DOMAIN_IDENTITY || type == IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()
135 case IOMMU_DOMAIN_BLOCKED: in iommu_domain_type_str()626 case IOMMU_DOMAIN_BLOCKED: in iommu_group_show_type()2151 if (domain->type == IOMMU_DOMAIN_BLOCKED) in iommu_iova_to_phys()3137 __iommu_domain_alloc(dev->dev->bus, IOMMU_DOMAIN_BLOCKED); in __iommu_group_alloc_blocking_domain()
81 #define IOMMU_DOMAIN_BLOCKED (0U) macro