gem5
|
ISA-specific helper functions for locked memory accesses. More...
Go to the source code of this file.
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Functions | |
template<class XC > | |
void | X86ISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | X86ISA::handleLockedRead (XC *xc, Request *req) |
template<class XC > | |
bool | X86ISA::handleLockedWrite (XC *xc, Request *req, Addr cacheBlockMask) |
template<class XC > | |
void | X86ISA::handleLockedSnoopHit (XC *xc) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.