|
gem5
v21.1.0.2
|
#include "arch/mips/regs/misc.hh"#include "base/logging.hh"#include "base/trace.hh"#include "cpu/base.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::MipsISA | |
Functions | |
| template<class XC > | |
| void | gem5::MipsISA::handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
| template<class XC > | |
| void | gem5::MipsISA::handleLockedRead (XC *xc, const RequestPtr &req) |
| template<class XC > | |
| void | gem5::MipsISA::handleLockedSnoopHit (XC *xc) |
| template<class XC > | |
| bool | gem5::MipsISA::handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
| template<class XC > | |
| void | gem5::MipsISA::globalClearExclusive (XC *xc) |
ISA-specific helper functions for locked memory accesses.
Definition in file locked_mem.hh.