gem5
v20.0.0.2
|
Generic helper functions for locked memory accesses. More...
Go to the source code of this file.
Namespaces | |
TheISA | |
Functions | |
template<class XC > | |
void | TheISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | TheISA::handleLockedRead (XC *xc, const RequestPtr &req) |
template<class XC > | |
void | TheISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | TheISA::handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
template<class XC > | |
void | TheISA::globalClearExclusive (XC *xc) |
Generic helper functions for locked memory accesses.
Definition in file locked_mem.hh.