Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Dapple-dart.c525 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()
Diommu.c135 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()
/Linux-v6.1/include/linux/
Diommu.h81 #define IOMMU_DOMAIN_BLOCKED (0U) macro