Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dapple-dart.c512 case IOMMU_DOMAIN_BLOCKED: in apple_dart_attach_dev()
574 type != IOMMU_DOMAIN_IDENTITY && type != IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()
585 if (type == IOMMU_DOMAIN_IDENTITY || type == IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()
Diommu.c111 case IOMMU_DOMAIN_BLOCKED: in iommu_domain_type_str()
543 case IOMMU_DOMAIN_BLOCKED: in iommu_group_show_type()
2391 if (domain->type == IOMMU_DOMAIN_BLOCKED) in iommu_iova_to_phys()
/Linux-v5.15/include/linux/
Diommu.h80 #define IOMMU_DOMAIN_BLOCKED (0U) macro