Searched refs:domain_free (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/iommu/ |
D | s390-iommu.c | 369 .domain_free = s390_domain_free,
|
D | tegra-gart.c | 373 .domain_free = gart_iommu_domain_free,
|
D | mtk_iommu_v1.c | 529 .domain_free = mtk_iommu_domain_free,
|
D | mtk_iommu.c | 493 .domain_free = mtk_iommu_domain_free,
|
D | ipmmu-vmsa.c | 893 .domain_free = ipmmu_domain_free,
|
D | qcom_iommu.c | 588 .domain_free = qcom_iommu_domain_free,
|
D | msm_iommu.c | 700 .domain_free = msm_iommu_domain_free,
|
D | fsl_pamu_domain.c | 1056 .domain_free = fsl_pamu_domain_free,
|
D | tegra-smmu.c | 871 .domain_free = tegra_smmu_domain_free,
|
D | rockchip-iommu.c | 1117 .domain_free = rk_iommu_domain_free,
|
D | exynos-iommu.c | 1330 .domain_free = exynos_iommu_domain_free,
|
D | omap-iommu.c | 1546 .domain_free = omap_iommu_domain_free,
|
D | iommu.c | 1316 domain->ops->domain_free(domain); in iommu_domain_free()
|
D | arm-smmu.c | 1561 .domain_free = arm_smmu_domain_free,
|
D | arm-smmu-v3.c | 1998 .domain_free = arm_smmu_domain_free,
|
D | amd_iommu.c | 3186 .domain_free = amd_iommu_domain_free,
|
D | intel-iommu.c | 5360 .domain_free = intel_iommu_domain_free,
|
/Linux-v4.19/include/linux/ |
D | iommu.h | 194 void (*domain_free)(struct iommu_domain *); member
|