184a185
> * @param is_secure True if the target memory space is secure.
190c191,192
< FALRUBlk* accessBlock(Addr addr, Cycles &lat, int context_src, int *inCache = 0);
---
> FALRUBlk* accessBlock(Addr addr, bool is_secure, Cycles &lat,
> int context_src, int *inCache = 0);
194a197
> * @param is_secure True if the target memory space is secure.
198c201
< FALRUBlk* findBlock(Addr addr) const;
---
> FALRUBlk* findBlock(Addr addr, bool is_secure) const;