Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c752 smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
772 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
774 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
806 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
1298 if (smmu_domain->flush_ops) { in arm_smmu_flush_iotlb_all()
1300 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
H A Darm-smmu.h382 const struct iommu_flush_ops *flush_ops; member