Home
last modified time | relevance | path

Searched refs:flush_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c722 smmu_domain->flush_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
742 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
744 smmu_domain->flush_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
776 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
1249 if (smmu_domain->flush_ops) { in arm_smmu_flush_iotlb_all()
1251 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
/kernel/linux/linux-6.6/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

Completed in 9 milliseconds