Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Diommu.c102 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str()
413 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()
2245 return request_default_domain_for_dev(dev, IOMMU_DOMAIN_IDENTITY); in iommu_request_dm_for_dev()
2259 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough()
2272 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough()
Darm-smmu.c643 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_init_domain_context()
829 if (!smmu || domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_destroy_domain_context()
860 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
1274 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
Dintel-iommu.c2928 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
2931 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
2963 IOMMU_DOMAIN_IDENTITY : 0; in device_def_domain_type()
5201 case IOMMU_DOMAIN_IDENTITY: in intel_iommu_domain_alloc()
5612 if (device_def_domain_type(dev) == IOMMU_DOMAIN_IDENTITY) { in intel_iommu_add_device()
Darm-smmu-v3.c2079 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
2212 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_finalise()
2495 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
Damd_iommu.c2306 if (domain->type == IOMMU_DOMAIN_IDENTITY) in amd_iommu_add_device()
2998 case IOMMU_DOMAIN_IDENTITY: in amd_iommu_domain_alloc()
/Linux-v5.4/include/linux/
Diommu.h84 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/Linux-v5.4/sound/pci/emu10k1/
Demu10k1_main.c1771 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()