Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D136220 flush_ops = 0, invalid_rd_ops = 0, invalid_wr_ops = 0, argument
230 for i in range(flush_ops):
272 self.total_flush_ops += flush_ops + extra_flush
313 self.do_test_stats(flush_ops = 8)
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c699 smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
719 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
721 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
753 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
1218 if (smmu_domain->flush_ops) { in arm_smmu_flush_iotlb_all()
1220 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
H A Darm-smmu.h371 const struct iommu_flush_ops *flush_ops; member