Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/iommu/
H A Diommu.c186 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 Ds390-iommu.c392 case IOMMU_DOMAIN_IDENTITY: in s390_iommu_domain_reg_ioat()
866 .type = IOMMU_DOMAIN_IDENTITY,
H A Dtegra-smmu.c542 .type = IOMMU_DOMAIN_IDENTITY,
990 return IOMMU_DOMAIN_IDENTITY; in tegra_smmu_def_domain_type()
H A Dvirtio-iommu.c646 type != IOMMU_DOMAIN_IDENTITY) in viommu_domain_alloc()
689 if (domain->type == IOMMU_DOMAIN_IDENTITY) { in viommu_domain_finalise()
H A Dapple-dart.c703 .type = IOMMU_DOMAIN_IDENTITY,
953 return IOMMU_DOMAIN_IDENTITY; in apple_dart_def_domain_type()
H A Dmtk_iommu_v1.c343 .type = IOMMU_DOMAIN_IDENTITY,
H A Dmsm_iommu.c481 .type = IOMMU_DOMAIN_IDENTITY,
H A Dipmmu-vmsa.c664 .type = IOMMU_DOMAIN_IDENTITY,
H A Dsun50i-iommu.c793 .type = IOMMU_DOMAIN_IDENTITY,
H A Drockchip-iommu.c1002 .type = IOMMU_DOMAIN_IDENTITY,
H A Dexynos-iommu.c1030 .type = IOMMU_DOMAIN_IDENTITY,
/linux-6.15/drivers/gpu/host1x/
H A Ddev.c392 if (domain && domain->type == IOMMU_DOMAIN_IDENTITY) in host1x_iommu_attach()
/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c525 return match ? IOMMU_DOMAIN_IDENTITY : 0; in qcom_smmu_def_domain_type()
H A Dqcom_iommu.c425 .type = IOMMU_DOMAIN_IDENTITY,
H A Darm-smmu.c1238 .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 Darm-smmu-v3.c3038 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 Drx.c728 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY) in ef4_init_rx_recycle_ring()
/linux-6.15/include/linux/
H A Diommu.h211 #define IOMMU_DOMAIN_IDENTITY (__IOMMU_DOMAIN_PT) macro
/linux-6.15/drivers/iommu/amd/
H A Diommu.c227 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 Diommu.h832 domain->type == IOMMU_DOMAIN_IDENTITY) in iommu_domain_did()
H A Diommu.c1937 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 Ddrm.c965 if (domain && domain->type != IOMMU_DOMAIN_IDENTITY && in host1x_client_iommu_attach()
/linux-6.15/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1295 if (!iommu_domain || iommu_domain->type == IOMMU_DOMAIN_IDENTITY) in hisi_ptt_check_iommu_mapping()
/linux-6.15/drivers/iommu/riscv/
H A Diommu.c1460 .type = IOMMU_DOMAIN_IDENTITY,
/linux-6.15/sound/pci/emu10k1/
H A Demu10k1_main.c1455 if (!domain || domain->type == IOMMU_DOMAIN_IDENTITY) in snd_emu10k1_detect_iommu()

12