gem5
v22.1.0.0
|
#include <copy_engine_defs.hh>
Classes | |
struct | CHANCMD |
struct | CHANCTRL |
struct | CHANERR |
struct | CHANSTS |
Public Member Functions | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
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) |
Public Attributes | |
CHANCTRL | ctrl |
CHANSTS | status |
uint64_t | descChainAddr |
CHANCMD | command |
uint64_t | completionAddr |
CHANERR | error |
Additional Inherited Members | |
![]() | |
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... | |
Definition at line 154 of file copy_engine_defs.hh.
|
inlineoverridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 217 of file copy_engine_defs.hh.
References gem5::copy_engine_reg::Reg< T >::_data, command, completionAddr, ctrl, descChainAddr, error, gem5::paramOut(), SERIALIZE_SCALAR, and status.
|
inlineoverridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 227 of file copy_engine_defs.hh.
References gem5::copy_engine_reg::Reg< T >::_data, command, completionAddr, ctrl, descChainAddr, error, gem5::paramIn(), status, and UNSERIALIZE_SCALAR.
CHANCMD gem5::copy_engine_reg::ChanRegs::command |
Definition at line 191 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().
uint64_t gem5::copy_engine_reg::ChanRegs::completionAddr |
Definition at line 193 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().
CHANCTRL gem5::copy_engine_reg::ChanRegs::ctrl |
Definition at line 167 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().
uint64_t gem5::copy_engine_reg::ChanRegs::descChainAddr |
Definition at line 179 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().
CHANERR gem5::copy_engine_reg::ChanRegs::error |
Definition at line 215 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().
CHANSTS gem5::copy_engine_reg::ChanRegs::status |
Definition at line 177 of file copy_engine_defs.hh.
Referenced by serialize(), and unserialize().