Hi Eric, On Thu, Feb 16, 2023 at 11:17:34AM +0100, Eric Auger wrote: > > } > > > > - *key = smmu_get_iotlb_key(cfg->asid, new->entry.iova, tg, new->level); > > + *key = smmu_get_iotlb_key(cfg->asid, cfg->s2cfg.vmid, new->entry.iova, > > + tg, new->level); > > trace_smmu_iotlb_insert(cfg->asid, new->entry.iova, tg, new->level); > you may update the trace point as well I can add a stage argument here, however I don’t think it is necessary now as TLBs are either used for stage-1 or stage-2, not both.
Thanks, Mostafa