| /linux/drivers/iommu/ |
| H A D | iommu.c | 192 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str() 989 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type() 1695 iommu_domain_init(domain, IOMMU_DOMAIN_IDENTITY, ops); in __iommu_alloc_identity_domain() 1726 if (req_type == IOMMU_DOMAIN_IDENTITY) in __iommu_group_alloc_default_domain() 1849 if (type == IOMMU_DOMAIN_IDENTITY) in iommu_get_def_domain_type() 1876 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 1903 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type() 2509 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys() 2969 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough() 2981 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,
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu-qcom.c | 577 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 | 1249 .type = IOMMU_DOMAIN_IDENTITY, 1628 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
|
| /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-v3/ |
| H A D | arm-smmu-v3.c | 3169 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_update_ste() 3204 sid_domain->type != IOMMU_DOMAIN_IDENTITY && in arm_smmu_set_pasid() 3257 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY || in arm_smmu_blocking_set_dev_pasid() 3333 .type = IOMMU_DOMAIN_IDENTITY, 3732 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() 2169 else if (domain->domain.type == IOMMU_DOMAIN_IDENTITY) in set_dte_entry() 2933 domain->type = IOMMU_DOMAIN_IDENTITY; in amd_iommu_init_identity_domain() 3140 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() 3533 if (domain->type == IOMMU_DOMAIN_IDENTITY) in domain_remove_dev_pasid() 3879 .type = IOMMU_DOMAIN_IDENTITY,
|
| H A D | iommu.h | 826 domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_domain_did()
|
| /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/gpu/drm/tegra/ |
| H A D | drm.c | 966 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
|
| /linux/drivers/iommu/riscv/ |
| H A D | iommu.c | 1466 .type = IOMMU_DOMAIN_IDENTITY,
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_main.c | 1450 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()
|