Home
last modified time | relevance | path

Searched refs:IOMMU_DOMAIN_IDENTITY (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/iommu/
Diommu.c40 static unsigned int iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY;
129 iommu_def_domain_type = pt ? IOMMU_DOMAIN_IDENTITY : IOMMU_DOMAIN_DMA; in iommu_set_def_domain_type()
311 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()
1909 group->default_domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_request_dm_for_dev()
1919 dm_domain = __iommu_domain_alloc(dev->bus, IOMMU_DOMAIN_IDENTITY); in iommu_request_dm_for_dev()
Darm-smmu.c737 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_init_domain_context()
915 if (!smmu || domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_destroy_domain_context()
940 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
1312 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
Darm-smmu-v3.c1456 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
1586 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_finalise()
1788 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
Damd_iommu.c2203 if (domain->type == IOMMU_DOMAIN_IDENTITY) in amd_iommu_add_device()
2905 case IOMMU_DOMAIN_IDENTITY: in amd_iommu_domain_alloc()
/Linux-v4.19/include/linux/
Diommu.h84 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_main.c1786 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()