Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dapple-dart.c492 domain->type != IOMMU_DOMAIN_IDENTITY) in apple_dart_attach_dev()
495 domain->type == IOMMU_DOMAIN_IDENTITY) in apple_dart_attach_dev()
516 case IOMMU_DOMAIN_IDENTITY: 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()
731 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
Diommu.c113 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str()
546 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()
2388 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys()
2846 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough()
2858 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough()
3281 req_type = IOMMU_DOMAIN_IDENTITY; in iommu_group_store_type()
Dsun50i-iommu.c604 type != IOMMU_DOMAIN_IDENTITY && in sun50i_iommu_domain_alloc()
/Linux-v5.15/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c338 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
Darm-smmu.c645 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_init_domain_context()
846 if (!smmu || domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_destroy_domain_context()
875 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_alloc()
/Linux-v5.15/include/linux/
Diommu.h81 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/Linux-v5.15/drivers/iommu/amd/
Diommu.c1638 if (def_domain->type != IOMMU_DOMAIN_IDENTITY) in attach_device()
1919 if (type == IOMMU_DOMAIN_IDENTITY) { in protection_domain_alloc()
2242 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c2876 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
2879 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
4538 case IOMMU_DOMAIN_IDENTITY: in intel_iommu_domain_alloc()
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1997 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
2160 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_finalise()
/Linux-v5.15/sound/pci/emu10k1/
Demu10k1_main.c1758 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()