Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Diommu.c177 case IOMMU_DOMAIN_IDENTITY: in iommu_domain_type_str()
898 case IOMMU_DOMAIN_IDENTITY: in iommu_group_show_type()
1714 if (type == IOMMU_DOMAIN_IDENTITY) in iommu_get_def_domain_type()
1741 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type()
1768 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type()
1944 if (alloc_type == IOMMU_DOMAIN_IDENTITY && ops->identity_domain) in __iommu_domain_alloc()
2378 if (domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_iova_to_phys()
2808 iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; in iommu_set_default_passthrough()
2820 return iommu_def_domain_type == IOMMU_DOMAIN_IDENTITY; in iommu_default_passthrough()
3055 req_type = IOMMU_DOMAIN_IDENTITY; in iommu_group_store_type()
Dtegra-smmu.c542 .type = IOMMU_DOMAIN_IDENTITY,
991 return IOMMU_DOMAIN_IDENTITY; in tegra_smmu_def_domain_type()
Dvirtio-iommu.c646 type != IOMMU_DOMAIN_IDENTITY) in viommu_domain_alloc()
689 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in viommu_domain_finalise()
Dapple-dart.c700 .type = IOMMU_DOMAIN_IDENTITY,
947 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
Dmtk_iommu_v1.c333 .type = IOMMU_DOMAIN_IDENTITY,
Dipmmu-vmsa.c664 .type = IOMMU_DOMAIN_IDENTITY,
Dmsm_iommu.c481 .type = IOMMU_DOMAIN_IDENTITY,
Dsun50i-iommu.c793 .type = IOMMU_DOMAIN_IDENTITY,
Drockchip-iommu.c1001 .type = IOMMU_DOMAIN_IDENTITY,
Dexynos-iommu.c1030 .type = IOMMU_DOMAIN_IDENTITY,
Domap-iommu.c1574 .type = IOMMU_DOMAIN_IDENTITY,
Dmtk_iommu.c794 .type = IOMMU_DOMAIN_IDENTITY,
/linux-6.12.1/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c408 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
Dqcom_iommu.c425 .type = IOMMU_DOMAIN_IDENTITY,
Darm-smmu.c1236 .type = IOMMU_DOMAIN_IDENTITY,
1630 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
/linux-6.12.1/drivers/iommu/amd/
Diommu.c93 return (pdom->domain.type == IOMMU_DOMAIN_IDENTITY); in pdom_is_in_pt_mode()
2287 case IOMMU_DOMAIN_IDENTITY: in protection_domain_alloc()
2356 if (amd_iommu_snp_en && (type == IOMMU_DOMAIN_IDENTITY)) in do_iommu_domain_alloc()
2793 return IOMMU_DOMAIN_IDENTITY; in amd_iommu_def_domain_type()
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2898 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY) in arm_smmu_update_ste()
2935 sid_domain->type != IOMMU_DOMAIN_IDENTITY && in arm_smmu_set_pasid()
2989 if (sid_domain->type == IOMMU_DOMAIN_IDENTITY || in arm_smmu_remove_dev_pasid()
3057 .type = IOMMU_DOMAIN_IDENTITY,
3484 return IOMMU_DOMAIN_IDENTITY; in arm_smmu_def_domain_type()
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Drx.c728 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY) in ef4_init_rx_recycle_ring()
/linux-6.12.1/include/linux/
Diommu.h197 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/linux-6.12.1/drivers/iommu/intel/
Diommu.c2036 return IOMMU_DOMAIN_IDENTITY; in device_def_domain_type()
4264 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in intel_iommu_remove_dev_pasid()
4588 .type = IOMMU_DOMAIN_IDENTITY,
/linux-6.12.1/drivers/hwtracing/ptt/
Dhisi_ptt.c1295 if (!iommu_domain || iommu_domain->type == IOMMU_DOMAIN_IDENTITY) in hisi_ptt_check_iommu_mapping()
/linux-6.12.1/drivers/gpu/drm/tegra/
Ddrm.c964 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
/linux-6.12.1/sound/pci/emu10k1/
Demu10k1_main.c1455 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()
/linux-6.12.1/drivers/usb/host/
Dxhci.c277 domain->type == IOMMU_DOMAIN_IDENTITY) in xhci_zero_64b_regs()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c3956 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in amdgpu_device_check_iommu_direct_map()