Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/
Diommu.c184 case IOMMU_DOMAIN_DMA: in iommu_domain_type_str()
676 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_dma_strict()
870 case IOMMU_DOMAIN_DMA: in iommu_group_show_type()
1725 return IOMMU_DOMAIN_DMA; in iommu_get_def_domain_type()
1765 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA) in iommu_group_alloc_default_domain()
1767 dom = __iommu_group_alloc_default_domain(bus, group, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
2816 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_default_translated()
3068 req_type = IOMMU_DOMAIN_DMA; in iommu_group_store_type()
3079 group->default_domain->type == IOMMU_DOMAIN_DMA) { in iommu_group_store_type()
Dsprd-iommu.c141 if (domain_type != IOMMU_DOMAIN_DMA && domain_type != IOMMU_DOMAIN_UNMANAGED) in sprd_iommu_domain_alloc()
Dapple-dart.c724 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED && in apple_dart_domain_alloc()
919 return IOMMU_DOMAIN_DMA; in apple_dart_def_domain_type()
Dipmmu-vmsa.c558 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in ipmmu_domain_alloc()
Dsun50i-iommu.c674 if (type != IOMMU_DOMAIN_DMA && in sun50i_iommu_domain_alloc()
Dvirtio-iommu.c645 type != IOMMU_DOMAIN_DMA && in viommu_domain_alloc()
Drockchip-iommu.c1065 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in rk_iommu_domain_alloc()
Dexynos-iommu.c898 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED) in exynos_iommu_domain_alloc()
Dmtk_iommu.c695 if (type != IOMMU_DOMAIN_DMA && type != IOMMU_DOMAIN_UNMANAGED) in mtk_iommu_domain_alloc()
Ddma-iommu.c620 domain->type = IOMMU_DOMAIN_DMA; in iommu_dma_init_domain()
/Linux-v6.6/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c339 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_DMA) in qcom_iommu_domain_alloc()
Darm-smmu.c858 if (using_legacy_binding || type != IOMMU_DOMAIN_DMA) in arm_smmu_domain_alloc()
/Linux-v6.6/include/linux/
Diommu.h88 #define IOMMU_DOMAIN_DMA (__IOMMU_DOMAIN_PAGING | \ macro
/Linux-v6.6/drivers/iommu/intel/
Diommu.c3868 !first_level_by_default(IOMMU_DOMAIN_DMA)) { in intel_iommu_init()
4030 case IOMMU_DOMAIN_DMA: in intel_iommu_domain_alloc()
/Linux-v6.6/drivers/iommu/amd/
Diommu.c2107 } else if (type == IOMMU_DOMAIN_DMA || type == IOMMU_DOMAIN_DMA_FQ) { in protection_domain_alloc()
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2042 type != IOMMU_DOMAIN_DMA && in arm_smmu_domain_alloc()