gem5
v20.1.0.0
|
#include "arch/arm/miscregs.hh"
#include "arch/arm/isa_traits.hh"
#include "arch/arm/utility.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, const RequestPtr &req) |
template<class XC > | |
void | ArmISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | ArmISA::handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
template<class XC > | |
void | ArmISA::globalClearExclusive (XC *xc) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.