Searched refs:IOMMU_DOMAIN_IDENTITY (Results 1 – 14 of 14) sorted by relevance
663 domain->type != IOMMU_DOMAIN_IDENTITY) in apple_dart_attach_dev()666 domain->type == IOMMU_DOMAIN_IDENTITY) in apple_dart_attach_dev()687 case IOMMU_DOMAIN_IDENTITY: in apple_dart_attach_dev()726 type != IOMMU_DOMAIN_IDENTITY && type != IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()736 if (type == IOMMU_DOMAIN_IDENTITY || type == IOMMU_DOMAIN_BLOCKED) in apple_dart_domain_alloc()918 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
143 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str()694 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()2251 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys()2694 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough()2706 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough()2979 req_type = IOMMU_DOMAIN_IDENTITY; in iommu_group_store_type()3064 group->default_domain->type == IOMMU_DOMAIN_IDENTITY && in iommu_is_default_domain()3065 group->domain && group->domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_is_default_domain()
646 type != IOMMU_DOMAIN_IDENTITY) in viommu_domain_alloc()689 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in viommu_domain_finalise()
359 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
628 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()858 if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_alloc()1555 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
1789 def_domain->type != IOMMU_DOMAIN_IDENTITY) { in attach_device()2075 if (type == IOMMU_DOMAIN_IDENTITY) { in protection_domain_alloc()2097 if (type == IOMMU_DOMAIN_IDENTITY) in protection_domain_alloc()2120 if (amd_iommu_snp_en && (type == IOMMU_DOMAIN_IDENTITY)) in amd_iommu_domain_alloc()2404 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
784 dev_state->domain->type = IOMMU_DOMAIN_IDENTITY; in amd_iommu_init_device()
383 return domain->domain.type == IOMMU_DOMAIN_IDENTITY; in domain_type_is_si()2386 si_domain = alloc_domain(IOMMU_DOMAIN_IDENTITY); in si_domain_init()2587 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()2590 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()4196 case IOMMU_DOMAIN_IDENTITY: in intel_iommu_domain_alloc()
86 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
918 if (!iommu_domain || iommu_domain->type == IOMMU_DOMAIN_IDENTITY) in hisi_ptt_check_iommu_mapping()
728 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY) in ef4_init_rx_recycle_ring()
2018 type != IOMMU_DOMAIN_IDENTITY) in arm_smmu_domain_alloc()2181 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in arm_smmu_domain_finalise()2829 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
1755 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()
3517 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in amdgpu_device_check_iommu_direct_map()
Completed in 61 milliseconds