1134a1135,1143
> bool hasBeenPrefetched(Addr addr, bool is_secure) const {
> CacheBlk *block = tags->findBlock(addr, is_secure);
> if (block) {
> return block->wasPrefetched();
> } else {
> return false;
> }
> }
>