Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c703 smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
723 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
725 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
757 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
1243 if (smmu_domain->flush_ops) { in arm_smmu_flush_iotlb_all()
1245 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
H A Darm-smmu.h366 const struct iommu_flush_ops *flush_ops; member