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