gem5
|
#include <stack>
#include "arch/registers.hh"
#include "base/misc.hh"
#include "base/trace.hh"
#include "debug/LLSC.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
Go to the source code of this file.
Namespaces | |
RiscvISA | |
Functions | |
template<class XC > | |
void | RiscvISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | RiscvISA::handleLockedRead (XC *xc, Request *req) |
template<class XC > | |
void | RiscvISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | RiscvISA::handleLockedWrite (XC *xc, Request *req, Addr cacheBlockMask) |
Variables | |
const int | RiscvISA::WARN_FAILURE = 10000 |