Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu.c214 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 Ds390-iommu.c640 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 Dtegra-smmu.c555 .type = IOMMU_DOMAIN_IDENTITY,
996 return IOMMU_DOMAIN_IDENTITY; in tegra_smmu_def_domain_type()
H A Dapple-dart.c717 .type = IOMMU_DOMAIN_IDENTITY,
971 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
H A Dmtk_iommu_v1.c348 .type = IOMMU_DOMAIN_IDENTITY,
H A Dmsm_iommu.c482 .type = IOMMU_DOMAIN_IDENTITY,
H A Dipmmu-vmsa.c665 .type = IOMMU_DOMAIN_IDENTITY,
H A Dsun50i-iommu.c796 .type = IOMMU_DOMAIN_IDENTITY,
H A Dvirtio-iommu.c812 .type = IOMMU_DOMAIN_IDENTITY,
H A Drockchip-iommu.c1004 .type = IOMMU_DOMAIN_IDENTITY,
H A Dexynos-iommu.c1034 .type = IOMMU_DOMAIN_IDENTITY,
H A Domap-iommu.c1558 .type = IOMMU_DOMAIN_IDENTITY,
H A Dmtk_iommu.c807 .type = IOMMU_DOMAIN_IDENTITY,
/linux/drivers/gpu/host1x/
H A Ddev.c401 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in host1x_iommu_attach()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c425 .type = IOMMU_DOMAIN_IDENTITY,
H A Darm-smmu.c1249 .type = IOMMU_DOMAIN_IDENTITY,
1628 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
/linux/drivers/iommu/amd/
H A Diommu.c244 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 Drx.c728 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY) in ef4_init_rx_recycle_ring()
/linux/include/linux/
H A Diommu.h212 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/linux/drivers/iommu/intel/
H A Diommu.c1400 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 Ddrm.c966 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1295 if (!iommu_domain || iommu_domain->type == IOMMU_DOMAIN_IDENTITY) in hisi_ptt_check_iommu_mapping()
/linux/drivers/usb/host/
H A Dxhci.c270 domain->type == IOMMU_DOMAIN_IDENTITY) in xhci_zero_64b_regs()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c3579 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in amdgpu_device_check_iommu_direct_map()