166c166
< void setMMU(Stage2MMU *m);
---
> TableWalker *getTableWalker() { return tableWalker; }
167a168,169
> void setMMU(Stage2MMU *m, MasterID master_id);
>
311,319d312
< /**
< * Allow the MMU (overseeing both stage 1 and stage 2 TLBs) to
< * access the table walker port of this TLB so that it can
< * orchestrate staged translations.
< *
< * @return The table walker DMA port
< */
< DmaPort& getWalkerPort();
<