dev-arm,stats: Update stats style of src/dev/arm
[gem5.git] / src / dev / arm / smmu_v3_deviceifc.cc
index f7d4c3e60e388f2343fd8962d0d92a7c328ab9ba..182c6d213ec43f85e7086a3e658b799fa715c46f 100644 (file)
@@ -48,10 +48,12 @@ SMMUv3DeviceInterface::SMMUv3DeviceInterface(
     smmu(nullptr),
     microTLB(new SMMUTLB(p.utlb_entries,
                          p.utlb_assoc,
-                         p.utlb_policy)),
+                         p.utlb_policy,
+                         this)),
     mainTLB(new SMMUTLB(p.tlb_entries,
                         p.tlb_assoc,
-                        p.tlb_policy)),
+                        p.tlb_policy,
+                        this)),
     microTLBEnable(p.utlb_enable),
     mainTLBEnable(p.tlb_enable),
     devicePortSem(1),