gem5
|
Miss Status and Handling Register (MSHR) definitions. More...
#include "mem/cache/mshr.hh"
#include <algorithm>
#include <cassert>
#include <string>
#include <vector>
#include "base/misc.hh"
#include "base/types.hh"
#include "debug/Cache.hh"
#include "mem/cache/cache.hh"
#include "sim/core.hh"
Go to the source code of this file.
Functions | |
static void | replaceUpgrade (PacketPtr pkt) |
|
static |
Definition at line 133 of file mshr.cc.
References Packet::allocate(), Packet::cmd, DPRINTF, Packet::hasData(), Packet::hasRespData(), MemCmd::ReadExReq, MemCmd::SCUpgradeFailReq, MemCmd::SCUpgradeReq, MemCmd::StoreCondFailReq, MemCmd::StoreCondReq, and MemCmd::UpgradeReq.
Referenced by MSHR::allocateTarget(), and MSHR::TargetList::replaceUpgrades().