| /linux-6.15/drivers/iommu/ |
| H A D | iommu.c | 186 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str() 937 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type() 1636 domain = ops->domain_alloc(IOMMU_DOMAIN_IDENTITY); in __iommu_alloc_identity_domain() 1642 iommu_domain_init(domain, IOMMU_DOMAIN_IDENTITY, ops); in __iommu_alloc_identity_domain() 1673 if (req_type == IOMMU_DOMAIN_IDENTITY) in __iommu_group_alloc_default_domain() 1796 if (type == IOMMU_DOMAIN_IDENTITY) in iommu_get_def_domain_type() 1823 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 1850 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 2382 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys() 2817 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough() [all …]
|
| H A D | s390-iommu.c | 392 case IOMMU_DOMAIN_IDENTITY: in s390_iommu_domain_reg_ioat() 866 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | tegra-smmu.c | 542 .type = IOMMU_DOMAIN_IDENTITY, 990 return IOMMU_DOMAIN_IDENTITY; in tegra_smmu_def_domain_type()
|
| H A D | virtio-iommu.c | 646 type != IOMMU_DOMAIN_IDENTITY) in viommu_domain_alloc() 689 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in viommu_domain_finalise()
|
| H A D | apple-dart.c | 703 .type = IOMMU_DOMAIN_IDENTITY, 953 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
|
| H A D | mtk_iommu_v1.c | 343 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | msm_iommu.c | 481 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | ipmmu-vmsa.c | 664 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | sun50i-iommu.c | 793 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | rockchip-iommu.c | 1002 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | exynos-iommu.c | 1030 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux-6.15/drivers/gpu/host1x/ |
| H A D | dev.c | 392 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in host1x_iommu_attach()
|
| /linux-6.15/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu-qcom.c | 525 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
|
| H A D | qcom_iommu.c | 425 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | arm-smmu.c | 1238 .type = IOMMU_DOMAIN_IDENTITY, 1616 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
|
| /linux-6.15/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 3038 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_update_ste() 3072 sid_domain->type != IOMMU_DOMAIN_IDENTITY && in arm_smmu_set_pasid() 3125 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY || in arm_smmu_blocking_set_dev_pasid() 3197 .type = IOMMU_DOMAIN_IDENTITY, 3655 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
|
| /linux-6.15/drivers/net/ethernet/sfc/falcon/ |
| H A D | rx.c | 728 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY) in ef4_init_rx_recycle_ring()
|
| /linux-6.15/include/linux/ |
| H A D | iommu.h | 211 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
|
| /linux-6.15/drivers/iommu/amd/ |
| H A D | iommu.c | 227 return (pdom->domain.type == IOMMU_DOMAIN_IDENTITY); in pdom_is_in_pt_mode() 2627 domain->type = IOMMU_DOMAIN_IDENTITY; in amd_iommu_init_identity_domain() 2970 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | iommu.h | 832 domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_domain_did()
|
| H A D | iommu.c | 1937 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type() 4025 if (domain->type == IOMMU_DOMAIN_IDENTITY) in domain_remove_dev_pasid() 4383 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 965 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
|
| /linux-6.15/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.c | 1295 if (!iommu_domain || iommu_domain->type == IOMMU_DOMAIN_IDENTITY) in hisi_ptt_check_iommu_mapping()
|
| /linux-6.15/drivers/iommu/riscv/ |
| H A D | iommu.c | 1460 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux-6.15/sound/pci/emu10k1/ |
| H A D | emu10k1_main.c | 1455 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()
|