Home
last modified time | relevance | path

Searched refs:flush_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c748 smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
768 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
770 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
802 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
1296 if (smmu_domain->flush_ops) { in arm_smmu_flush_iotlb_all()
1298 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
H A Darm-smmu.h380 const struct iommu_flush_ops *flush_ops; member