Lines Matching defs:block
305 // Aligned and block size. We can just forward.
309 DPRINTF(SimpleCache, "Upgrading packet to block size\n");
312 // Unaligned access to one cache block
316 // Read the data from memory to write into the block.
327 // Should now be block aligned
346 // Write the data into the block in the cache
349 // Read the data out of the cache block into the packet
376 auto block = std::next(cacheStore.begin(bucket),
379 DPRINTF(SimpleCache, "Removing addr %#x\n", block->first);
384 block->first, blockSize, 0, 0);
387 new_pkt->dataDynamic(block->second); // This will be deleted later
394 cacheStore.erase(block->first);
400 // Allocate space for the cache block data