Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Darm-smmu.c246 const struct iommu_gather_ops *tlb_ops; member
809 smmu_domain->tlb_ops = &arm_smmu_s1_tlb_ops; in arm_smmu_init_domain_context()
829 smmu_domain->tlb_ops = &arm_smmu_s2_tlb_ops_v2; in arm_smmu_init_domain_context()
831 smmu_domain->tlb_ops = &arm_smmu_s2_tlb_ops_v1; in arm_smmu_init_domain_context()
859 .tlb = smmu_domain->tlb_ops, in arm_smmu_init_domain_context()
1259 if (smmu_domain->tlb_ops) in arm_smmu_iotlb_sync()
1260 smmu_domain->tlb_ops->tlb_sync(smmu_domain); in arm_smmu_iotlb_sync()