| /linux/drivers/iommu/ |
| H A D | iommu.c | 214 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str() 1010 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type() 1716 iommu_domain_init(domain, IOMMU_DOMAIN_IDENTITY, ops); in __iommu_alloc_identity_domain() 1747 if (req_type == IOMMU_DOMAIN_IDENTITY) in __iommu_group_alloc_default_domain() 1870 if (type == IOMMU_DOMAIN_IDENTITY) in iommu_get_def_domain_type() 1897 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 1924 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 2549 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys() 3036 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough() 3048 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough() [all...] |
| H A D | s390-iommu.c | 640 case IOMMU_DOMAIN_IDENTITY: in s390_iommu_domain_reg_ioat() 748 zdev->s390_domain->type == IOMMU_DOMAIN_IDENTITY) { in s390_iommu_get_resv_regions() 1055 zdev->s390_domain->type == IOMMU_DOMAIN_IDENTITY) in zpci_get_iommu_ctrs() 1160 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | tegra-smmu.c | 555 .type = IOMMU_DOMAIN_IDENTITY, 996 return IOMMU_DOMAIN_IDENTITY; in tegra_smmu_def_domain_type()
|
| H A D | apple-dart.c | 717 .type = IOMMU_DOMAIN_IDENTITY, 971 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
|
| H A D | mtk_iommu_v1.c | 348 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | msm_iommu.c | 482 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | ipmmu-vmsa.c | 665 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | sun50i-iommu.c | 796 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | virtio-iommu.c | 812 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | rockchip-iommu.c | 1004 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | exynos-iommu.c | 1034 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | omap-iommu.c | 1558 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | mtk_iommu.c | 807 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux/drivers/gpu/host1x/ |
| H A D | dev.c | 401 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in host1x_iommu_attach()
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | qcom_iommu.c | 425 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | arm-smmu.c | 1249 .type = IOMMU_DOMAIN_IDENTITY, 1628 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
|
| /linux/drivers/iommu/amd/ |
| H A D | iommu.c | 244 return (pdom->domain.type == IOMMU_DOMAIN_IDENTITY); in pdom_is_in_pt_mode() 2175 else if (domain->domain.type == IOMMU_DOMAIN_IDENTITY) in set_dte_entry() 2939 domain->type = IOMMU_DOMAIN_IDENTITY; in amd_iommu_init_identity_domain() 3150 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
|
| /linux/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/include/linux/ |
| H A D | iommu.h | 212 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
|
| /linux/drivers/iommu/intel/ |
| H A D | iommu.c | 1400 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type() 3534 if (domain->type == IOMMU_DOMAIN_IDENTITY || domain->type == IOMMU_DOMAIN_BLOCKED) in domain_remove_dev_pasid() 3884 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 966 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
|
| /linux/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/drivers/usb/host/ |
| H A D | xhci.c | 270 domain->type == IOMMU_DOMAIN_IDENTITY) in xhci_zero_64b_regs()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_device.c | 3579 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in amdgpu_device_check_iommu_direct_map()
|