Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c290 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
H A Darm-smmu.c631 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_init_domain_context()
832 if (!smmu || domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_destroy_domain_context()
863 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
1326 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c119 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str()
518 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()
2855 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough()
2868 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough()
H A Dsun50i-iommu.c605 type != IOMMU_DOMAIN_IDENTITY && in sun50i_iommu_domain_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h89 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu.c2142 if (def_domain->type != IOMMU_DOMAIN_IDENTITY) in attach_device()
2475 if (type == IOMMU_DOMAIN_IDENTITY) in amd_iommu_domain_alloc()
2758 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1770 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()
1937 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_finalise()
2273 if (domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_iova_to_phys()
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c3016 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
3019 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
5238 case IOMMU_DOMAIN_IDENTITY: in intel_iommu_domain_alloc()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_main.c1771 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()