gem5
[DEVELOP-FOR-23.0]
|
#include <isa.hh>
Public Types | |
using | Params = RiscvISAParams |
![]() | |
typedef std::vector< const RegClass * > | RegClasses |
![]() | |
typedef SimObjectParams | Params |
Public Member Functions | |
void | clear () override |
PCStateBase * | newPCState (Addr new_inst_addr=0) const override |
RegVal | readMiscRegNoEffect (RegIndex idx) const override |
RegVal | readMiscReg (RegIndex idx) override |
void | setMiscRegNoEffect (RegIndex idx, RegVal val) override |
void | setMiscReg (RegIndex idx, RegVal val) override |
virtual const std::unordered_map< int, CSRMetadata > & | getCSRDataMap () const |
virtual const std::unordered_map< int, RegVal > & | getCSRMaskMap () const |
bool | alignmentCheckEnabled () const |
bool | inUserMode () const override |
void | copyRegsFrom (ThreadContext *src) override |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
ISA (const Params &p) | |
void | handleLockedRead (const RequestPtr &req) override |
bool | handleLockedWrite (const RequestPtr &req, Addr cacheBlockMask) override |
void | handleLockedSnoop (PacketPtr pkt, Addr cacheBlockMask) override |
void | globalClearExclusive () override |
void | resetThread () override |
RiscvType | rvType () const |
![]() | |
virtual void | clearLoadReservation (ContextID cid) |
virtual void | takeOverFrom (ThreadContext *new_tc, ThreadContext *old_tc) |
virtual void | setThreadContext (ThreadContext *_tc) |
virtual uint64_t | getExecutingAsid () const |
const RegClasses & | regClasses () const |
virtual void | handleLockedRead (ExecContext *xc, const RequestPtr &req) |
virtual bool | handleLockedWrite (ExecContext *xc, const RequestPtr &req, Addr cacheBlockMask) |
virtual void | handleLockedSnoop (ExecContext *xc, PacketPtr pkt, Addr cacheBlockMask) |
virtual void | handleLockedSnoopHit () |
virtual void | handleLockedSnoopHit (ExecContext *xc) |
virtual void | globalClearExclusive (ExecContext *xc) |
![]() | |
const Params & | params () const |
SimObject (const Params &p) | |
virtual | ~SimObject () |
virtual void | init () |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. More... | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. More... | |
virtual void | regProbePoints () |
Register probe points for this object. More... | |
virtual void | regProbeListeners () |
Register probe listeners for this object. More... | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. More... | |
virtual Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) |
Get a port with a given name and index. More... | |
virtual void | startup () |
startup() is the final initialization call before simulation. More... | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. More... | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. More... | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick) -1) |
This function is not needed by the usual gem5 event loop but may be necessary in derived EventQueues which host gem5 on other schedulers. More... | |
void | setCurTick (Tick newVal) |
EventManager (EventManager &em) | |
Event manger manages events in the event queue. More... | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
![]() | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
![]() | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. More... | |
virtual void | resetStats () |
Callback to reset stats. More... | |
virtual void | preDumpStats () |
Callback before stats are dumped. More... | |
void | addStat (statistics::Info *info) |
Register a stat with this group. More... | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. More... | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. More... | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. More... | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
![]() | |
Named (const std::string &name_) | |
virtual | ~Named ()=default |
virtual std::string | name () const |
Protected Member Functions | |
bool | hpmCounterEnabled (int counter) const |
![]() | |
SimObject (const Params &p) | |
![]() | |
Drainable () | |
virtual | ~Drainable () |
virtual void | drainResume () |
Resume execution after a successful drain. More... | |
void | signalDrainDone () const |
Signal that an object is drained. More... | |
Protected Attributes | |
RiscvType | rv_type |
std::vector< RegVal > | miscRegFile |
bool | checkAlignment |
const int | WARN_FAILURE = 10000 |
const Addr | INVALID_RESERVATION_ADDR = (Addr)-1 |
std::unordered_map< int, Addr > | load_reservation_addrs |
![]() | |
ThreadContext * | tc = nullptr |
RegClasses | _regClasses |
![]() | |
const SimObjectParams & | _params |
Cached copy of the object parameters. More... | |
![]() | |
EventQueue * | eventq |
A pointer to this object's event queue. More... | |
Additional Inherited Members | |
![]() | |
static void | serializeAll (const std::string &cpt_dir) |
Create a checkpoint by serializing all SimObjects in the system. More... | |
static SimObject * | find (const char *name) |
Find the SimObject with the given name and return a pointer to it. More... | |
static void | setSimObjectResolver (SimObjectResolver *resolver) |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More... | |
static SimObjectResolver * | getSimObjectResolver () |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More... | |
![]() | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | generateCheckpointOut (const std::string &cpt_dir, std::ofstream &outstream) |
Generate a checkpoint file so that the serialization can be routed to it. More... | |
using gem5::RiscvISA::ISA::Params = RiscvISAParams |
gem5::RiscvISA::ISA::ISA | ( | const Params & | p | ) |
Definition at line 246 of file isa.cc.
References gem5::BaseISA::_regClasses, gem5::ArmISA::ccRegClass, clear(), gem5::RiscvISA::floatRegClass(), gem5::RiscvISA::intRegClass(), gem5::ArmISA::matRegClass, gem5::RiscvISA::miscRegClass(), miscRegFile, gem5::RiscvISA::NUM_MISCREGS, gem5::ArmISA::vecElemClass, gem5::ArmISA::vecPredRegClass, and gem5::ArmISA::vecRegClass.
|
inline |
Definition at line 116 of file isa.hh.
References checkAlignment.
Referenced by gem5::RiscvISA::RiscvStaticInst::alignmentOk().
|
overridevirtual |
Reimplemented from gem5::BaseISA.
Definition at line 282 of file isa.cc.
References gem5::MipsISA::fill, gem5::RiscvISA::INITIAL, gem5::RiscvISA::MISCREG_ARCHID, gem5::RiscvISA::MISCREG_IMPID, gem5::RiscvISA::MISCREG_ISA, gem5::RiscvISA::MISCREG_MCOUNTEREN, gem5::RiscvISA::MISCREG_NMIE, gem5::RiscvISA::MISCREG_PRV, gem5::RiscvISA::MISCREG_SCOUNTEREN, gem5::RiscvISA::MISCREG_STATUS, gem5::RiscvISA::MISCREG_TSELECT, gem5::RiscvISA::MISCREG_VENDORID, miscRegFile, gem5::Named::name(), panic, gem5::RiscvISA::PRV_M, gem5::RiscvISA::RV32, gem5::RiscvISA::RV64, rv_type, and gem5::ArmISA::status.
Referenced by ISA().
|
overridevirtual |
Implements gem5::BaseISA.
Definition at line 268 of file isa.cc.
References gem5::RiscvISA::floatRegClass(), gem5::ThreadContext::getReg(), gem5::RiscvISA::intRegClass(), gem5::ThreadContext::pcState(), gem5::ThreadContext::setReg(), and gem5::BaseISA::tc.
|
inlinevirtual |
Definition at line 106 of file isa.hh.
References gem5::RiscvISA::CSRData.
|
inlinevirtual |
Definition at line 111 of file isa.hh.
References gem5::RiscvISA::CSRMasks, and rv_type.
|
overridevirtual |
Reimplemented from gem5::BaseISA.
Definition at line 748 of file isa.cc.
References gem5::ThreadContext::contextId(), gem5::ThreadContext::getCpuPtr(), INVALID_RESERVATION_ADDR, load_reservation_addrs, gem5::BaseISA::tc, gem5::ThreadContext::threadId(), and gem5::BaseCPU::wakeup().
|
overridevirtual |
Reimplemented from gem5::BaseISA.
Definition at line 690 of file isa.cc.
References gem5::ThreadContext::contextId(), DPRINTF, load_reservation_addrs, and gem5::BaseISA::tc.
Reimplemented from gem5::BaseISA.
Definition at line 676 of file isa.cc.
References gem5::ThreadContext::contextId(), DPRINTF, gem5::Packet::getAddr(), INVALID_RESERVATION_ADDR, load_reservation_addrs, and gem5::BaseISA::tc.
|
overridevirtual |
Reimplemented from gem5::BaseISA.
Definition at line 700 of file isa.cc.
References gem5::ThreadContext::contextId(), gem5::curTick(), DPRINTF, INVALID_RESERVATION_ADDR, load_reservation_addrs, gem5::ThreadContext::readStCondFailures(), gem5::ThreadContext::setStCondFailures(), gem5::BaseISA::tc, warn, and WARN_FAILURE.
|
protected |
Definition at line 327 of file isa.cc.
References gem5::RiscvISA::MISCREG_CYCLE, gem5::RiscvISA::MISCREG_CYCLEH, gem5::RiscvISA::MISCREG_MCOUNTEREN, gem5::RiscvISA::MISCREG_PRV, gem5::RiscvISA::MISCREG_SCOUNTEREN, miscRegFile, panic, gem5::RiscvISA::PRV_M, gem5::RiscvISA::PRV_S, gem5::RiscvISA::PRV_U, and readMiscRegNoEffect().
Referenced by readMiscReg().
|
overridevirtual |
Implements gem5::BaseISA.
Definition at line 262 of file isa.cc.
References gem5::RiscvISA::MISCREG_PRV, miscRegFile, and gem5::RiscvISA::PRV_U.
|
inlineoverridevirtual |
Implements gem5::BaseISA.
Definition at line 366 of file isa.cc.
References gem5::ThreadContext::contextId(), gem5::Clocked::curCycle(), DPRINTF, gem5::ThreadContext::getCpuPtr(), gem5::BaseCPU::getInterruptController(), hpmCounterEnabled(), gem5::igbreg::txd_op::ic(), gem5::mbits(), gem5::RiscvISA::MISCREG_CYCLE, gem5::RiscvISA::MISCREG_CYCLEH, gem5::RiscvISA::MISCREG_HARTID, gem5::RiscvISA::MISCREG_HPMCOUNTER03, gem5::RiscvISA::MISCREG_HPMCOUNTER03H, gem5::RiscvISA::MISCREG_HPMCOUNTER31, gem5::RiscvISA::MISCREG_HPMCOUNTER31H, gem5::RiscvISA::MISCREG_IE, gem5::RiscvISA::MISCREG_INSTRET, gem5::RiscvISA::MISCREG_INSTRETH, gem5::RiscvISA::MISCREG_IP, gem5::RiscvISA::MISCREG_ISA, gem5::RiscvISA::MISCREG_MEPC, gem5::RiscvISA::MISCREG_SEPC, gem5::RiscvISA::MISCREG_STATUS, gem5::RiscvISA::MISCREG_TIME, gem5::RiscvISA::MISCREG_TIMEH, gem5::Named::name(), panic, readMiscRegNoEffect(), gem5::RiscvISA::RV32, gem5::RiscvISA::RV64, rv_type, setMiscRegNoEffect(), gem5::ArmISA::status, gem5::BaseISA::tc, gem5::ThreadContext::threadId(), gem5::BaseCPU::totalInsts(), gem5::X86ISA::val, and warn.
Implements gem5::BaseISA.
Definition at line 356 of file isa.cc.
References DPRINTF, miscRegFile, gem5::RiscvISA::MiscRegNames, gem5::RiscvISA::NUM_MISCREGS, and panic_if.
Referenced by hpmCounterEnabled(), readMiscReg(), and setMiscReg().
|
overridevirtual |
Reimplemented from gem5::BaseISA.
Definition at line 756 of file isa.cc.
References gem5::ps2::Reset, and gem5::BaseISA::tc.
|
inline |
|
overridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 662 of file isa.cc.
References DPRINTF, miscRegFile, and SERIALIZE_CONTAINER.
Implements gem5::BaseISA.
Definition at line 521 of file isa.cc.
References gem5::PCStateBase::as(), gem5::bits(), gem5::ThreadContext::getCpuPtr(), gem5::BaseCPU::getInterruptController(), gem5::ThreadContext::getMMUPtr(), gem5::RiscvISA::i, gem5::igbreg::txd_op::ic(), gem5::RiscvISA::MISCREG_CYCLE, gem5::RiscvISA::MISCREG_HPMCOUNTER31, gem5::RiscvISA::MISCREG_IE, gem5::RiscvISA::MISCREG_IP, gem5::RiscvISA::MISCREG_ISA, gem5::RiscvISA::MISCREG_PMPADDR00, gem5::RiscvISA::MISCREG_PMPADDR15, gem5::RiscvISA::MISCREG_PMPCFG0, gem5::RiscvISA::MISCREG_PMPCFG1, gem5::RiscvISA::MISCREG_PMPCFG2, gem5::RiscvISA::MISCREG_PMPCFG3, gem5::RiscvISA::MISCREG_PRV, gem5::RiscvISA::MISCREG_SATP, gem5::RiscvISA::MISCREG_STATUS, gem5::RiscvISA::MISCREG_TSELECT, gem5::RiscvISA::MiscRegNames, gem5::Named::name(), panic, gem5::ThreadContext::pcState(), gem5::RiscvISA::PRV_M, readMiscRegNoEffect(), gem5::RiscvISA::RV32, gem5::RiscvISA::RV64, rv_type, setMiscRegNoEffect(), gem5::RiscvISA::STATUS_SXL_MASK, gem5::RiscvISA::STATUS_UXL_MASK, gem5::BaseISA::tc, gem5::ThreadContext::threadId(), gem5::X86ISA::val, and warn.
Implements gem5::BaseISA.
Definition at line 511 of file isa.cc.
References DPRINTF, miscRegFile, gem5::RiscvISA::MiscRegNames, gem5::RiscvISA::NUM_MISCREGS, panic_if, and gem5::X86ISA::val.
Referenced by readMiscReg(), and setMiscReg().
|
overridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 669 of file isa.cc.
References DPRINTF, miscRegFile, and UNSERIALIZE_CONTAINER.
|
protected |
Definition at line 75 of file isa.hh.
Referenced by alignmentCheckEnabled().
Definition at line 81 of file isa.hh.
Referenced by globalClearExclusive(), handleLockedSnoop(), and handleLockedWrite().
|
protected |
Definition at line 82 of file isa.hh.
Referenced by globalClearExclusive(), handleLockedRead(), handleLockedSnoop(), and handleLockedWrite().
|
protected |
Definition at line 74 of file isa.hh.
Referenced by clear(), hpmCounterEnabled(), inUserMode(), ISA(), readMiscRegNoEffect(), serialize(), setMiscRegNoEffect(), and unserialize().
|
protected |
Definition at line 73 of file isa.hh.
Referenced by clear(), getCSRMaskMap(), newPCState(), readMiscReg(), rvType(), and setMiscReg().
|
protected |
Definition at line 80 of file isa.hh.
Referenced by handleLockedWrite().