base.cc (12843:d2ab5af49985) base.cc (13215:82cdb8db4643)
1/*
2 * Copyright (c) 2012-2013, 2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 1266 unchanged lines hidden (view full) ---

1275 unusedPrefetches++;
1276 }
1277
1278 evictBlock(blk, writebacks);
1279 }
1280 }
1281
1282 // Insert new block at victimized entry
1/*
2 * Copyright (c) 2012-2013, 2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 1266 unchanged lines hidden (view full) ---

1275 unusedPrefetches++;
1276 }
1277
1278 evictBlock(blk, writebacks);
1279 }
1280 }
1281
1282 // Insert new block at victimized entry
1283 tags->insertBlock(pkt, victim);
1283 tags->insertBlock(addr, is_secure, pkt->req->masterId(),
1284 pkt->req->taskId(), victim);
1284
1285 return victim;
1286}
1287
1288void
1289BaseCache::invalidateBlock(CacheBlk *blk)
1290{
1291 if (blk != tempBlock)

--- 1062 unchanged lines hidden ---
1285
1286 return victim;
1287}
1288
1289void
1290BaseCache::invalidateBlock(CacheBlk *blk)
1291{
1292 if (blk != tempBlock)

--- 1062 unchanged lines hidden ---