gem5
v20.1.0.0
|
#include "arch/registers.hh"
#include "base/logging.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 | |
MipsISA | |
Functions | |
template<class XC > | |
void | MipsISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | MipsISA::handleLockedRead (XC *xc, const RequestPtr &req) |
template<class XC > | |
void | MipsISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | MipsISA::handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
template<class XC > | |
void | MipsISA::globalClearExclusive (XC *xc) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.