gem5
|
ISA-specific helper functions for locked memory accesses. More...
#include "arch/arm/miscregs.hh"
#include "arch/arm/isa_traits.hh"
#include "debug/LLSC.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
Go to the source code of this file.
Namespaces | |
ArmISA | |
Functions | |
template<class XC > | |
void | ArmISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | ArmISA::handleLockedRead (XC *xc, Request *req) |
template<class XC > | |
void | ArmISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | ArmISA::handleLockedWrite (XC *xc, Request *req, Addr cacheBlockMask) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.