Home
last modified time | relevance | path

Searched refs:IOMMU_DOMAIN_DMA (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/drivers/iommu/
Dapple-dart.c516 case IOMMU_DOMAIN_DMA: in apple_dart_attach_dev()
549 if (domain->type == IOMMU_DOMAIN_DMA || in apple_dart_detach_dev()
583 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED && in apple_dart_domain_alloc()
741 return IOMMU_DOMAIN_DMA; in apple_dart_def_domain_type()
Diommu.c141 case IOMMU_DOMAIN_DMA: in iommu_domain_type_str()
441 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_dma_strict()
635 case IOMMU_DOMAIN_DMA: in iommu_group_show_type()
1566 return IOMMU_DOMAIN_DMA; in iommu_get_def_domain_type()
1581 if (!dom && type != IOMMU_DOMAIN_DMA) { in iommu_group_alloc_default_domain()
1582 dom = __iommu_domain_alloc(bus, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
2611 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_default_translated()
2912 if (type == IOMMU_DOMAIN_DMA_FQ && prev_dom->type == IOMMU_DOMAIN_DMA) { in iommu_change_dev_def_domain()
2983 req_type = IOMMU_DOMAIN_DMA; in iommu_group_store_type()
3038 group->default_domain->type == IOMMU_DOMAIN_DMA)) { in iommu_group_store_type()
Dsprd-iommu.c139 if (domain_type != IOMMU_DOMAIN_DMA && domain_type != IOMMU_DOMAIN_UNMANAGED) in sprd_iommu_domain_alloc()
Dsun50i-iommu.c603 if (type != IOMMU_DOMAIN_DMA && in sun50i_iommu_domain_alloc()
Dipmmu-vmsa.c574 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in ipmmu_domain_alloc()
Dvirtio-iommu.c645 type != IOMMU_DOMAIN_DMA && in viommu_domain_alloc()
Drockchip-iommu.c1066 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in rk_iommu_domain_alloc()
Dexynos-iommu.c830 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED) in exynos_iommu_domain_alloc()
Dmtk_iommu.c631 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED) in mtk_iommu_domain_alloc()
Ddma-iommu.c587 domain->type = IOMMU_DOMAIN_DMA; in iommu_dma_init_domain()
/Linux-v6.1/include/linux/
Diommu.h84 #define IOMMU_DOMAIN_DMA (__IOMMU_DOMAIN_PAGING | \ macro
/Linux-v6.1/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c326 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in qcom_iommu_domain_alloc()
Darm-smmu.c860 (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_DMA_FQ)) in arm_smmu_domain_alloc()
/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2013 type != IOMMU_DOMAIN_DMA && in arm_smmu_domain_alloc()
/Linux-v6.1/drivers/iommu/intel/
Diommu.c4168 case IOMMU_DOMAIN_DMA: in intel_iommu_domain_alloc()