gem5
v20.1.0.0
|
#include "cpu/minor/lsq.hh"
#include <iomanip>
#include <sstream>
#include "arch/locked_mem.hh"
#include "base/logging.hh"
#include "cpu/minor/cpu.hh"
#include "cpu/minor/exec_context.hh"
#include "cpu/minor/execute.hh"
#include "cpu/minor/pipeline.hh"
#include "cpu/utils.hh"
#include "debug/Activity.hh"
#include "debug/MinorMem.hh"
Go to the source code of this file.
Namespaces | |
Minor | |
Functions | |
std::ostream & | Minor::operator<< (std::ostream &os, LSQ::AddrRangeCoverage coverage) |
std::ostream & | Minor::operator<< (std::ostream &os, LSQ::LSQRequest::LSQRequestState state) |
PacketPtr | Minor::makePacketForRequest (const RequestPtr &request, bool isLoad, Packet::SenderState *sender_state=NULL, PacketDataPtr data=NULL) |
Make a suitable packet for the given request. More... | |
std::ostream & | Minor::operator<< (std::ostream &os, LSQ::MemoryState state) |