flush_ops         387 drivers/iommu/arm-smmu.c 	const struct arm_smmu_flush_ops *ops = smmu_domain->flush_ops;
flush_ops         397 drivers/iommu/arm-smmu.c 	const struct arm_smmu_flush_ops *ops = smmu_domain->flush_ops;
flush_ops         408 drivers/iommu/arm-smmu.c 	const struct arm_smmu_flush_ops *ops = smmu_domain->flush_ops;
flush_ops         715 drivers/iommu/arm-smmu.c 		smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops;
flush_ops         735 drivers/iommu/arm-smmu.c 			smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2;
flush_ops         737 drivers/iommu/arm-smmu.c 			smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1;
flush_ops         773 drivers/iommu/arm-smmu.c 		.tlb		= &smmu_domain->flush_ops->tlb,
flush_ops        1201 drivers/iommu/arm-smmu.c 	if (smmu_domain->flush_ops) {
flush_ops        1203 drivers/iommu/arm-smmu.c 		smmu_domain->flush_ops->tlb.tlb_flush_all(smmu_domain);
flush_ops        1214 drivers/iommu/arm-smmu.c 	if (smmu_domain->flush_ops) {
flush_ops        1216 drivers/iommu/arm-smmu.c 		smmu_domain->flush_ops->tlb_sync(smmu_domain);
flush_ops         317 drivers/iommu/arm-smmu.h 	const struct arm_smmu_flush_ops	*flush_ops;