Searched refs:tempBlock (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/
H A Dbase.cc121 tempBlock = new TempCacheBlk(blkSize);
130 delete tempBlock;
173 if (blk != tempBlock) {
176 return tempBlock->getAddr();
530 if (blk == tempBlock && tempBlock->isValid()) {
597 if (blk == tempBlock && tempBlock->isValid()) {
599 // sequentuially, and we may already have a tempBlock
802 // tempBlock doe
[all...]
H A Dbase.hh351 * consecutive lines we switch to using the tempBlock, and thus
359 * the tempBlock to fill when allocation fails (e.g., when there
363 TempCacheBlk *tempBlock; member in class:BaseCache
633 * Writebacks from the tempBlock, resulting on the response path
642 * Send the outstanding tempBlock writeback. To be called after
644 * fact the tempBlock, and now needs to be written back.
654 * An event to writeback the tempBlock after recvAtomic

Completed in 12 milliseconds