gem5
v21.1.0.1
|
#include "arch/arm/regs/misc.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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::ArmISA | |
Functions | |
template<class XC > | |
void | gem5::ArmISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | gem5::ArmISA::handleLockedRead (XC *xc, const RequestPtr &req) |
template<class XC > | |
void | gem5::ArmISA::handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | gem5::ArmISA::handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
template<class XC > | |
void | gem5::ArmISA::globalClearExclusive (XC *xc) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.