140c140
< bool inCache(Addr addr);
---
> bool inCache(Addr addr, bool is_secure);
142c142
< bool inMissQueue(Addr addr);
---
> bool inMissQueue(Addr addr, bool is_secure);
160c160
< std::list<DeferredPacket>::iterator inPrefetch(Addr address);
---
> std::list<DeferredPacket>::iterator inPrefetch(Addr address, bool is_secure);