gem5
v20.0.0.2
|
#include <types.hh>
Public Member Functions | |
MicroPC | upc () const |
void | upc (MicroPC val) |
MicroPC | nupc () const |
void | nupc (MicroPC val) |
MicroPC | microPC () const |
void | set (Addr val) |
UPCState () | |
UPCState (Addr val) | |
bool | branching () const |
void | uAdvance () |
void | uEnd () |
bool | operator== (const UPCState< MachInst > &opc) const |
bool | operator!= (const UPCState< MachInst > &opc) const |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
Addr | pc () const |
void | pc (Addr val) |
Addr | npc () const |
void | npc (Addr val) |
void | set (Addr val) |
void | setNPC (Addr val) |
SimplePCState () | |
SimplePCState (Addr val) | |
bool | branching () const |
void | advance () |
![]() | |
Addr | instAddr () const |
Returns the memory address the bytes of this instruction came from. More... | |
Addr | nextInstAddr () const |
Returns the memory address the bytes of the next instruction came from. More... | |
MicroPC | microPC () const |
Returns the current micropc. More... | |
void | set (Addr val) |
Force this PC to reflect a particular value, resetting all its other fields around it. More... | |
bool | operator== (const PCStateBase &opc) const |
bool | operator!= (const PCStateBase &opc) const |
![]() | |
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) |
Protected Types | |
typedef SimplePCState< MachInst > | Base |
![]() | |
typedef PCStateBase | Base |
Protected Attributes | |
MicroPC | _upc |
MicroPC | _nupc |
![]() | |
Addr | _pc |
Addr | _npc |
Additional Inherited Members | |
![]() | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | serializeAll (const std::string &cpt_dir) |
static void | unserializeGlobals (CheckpointIn &cp) |
![]() | |
PCStateBase () | |
PCStateBase (Addr val) | |
|
protected |
|
inline |
|
inline |
Definition at line 224 of file types.hh.
References X86ISA::val.
|
inline |
Definition at line 227 of file types.hh.
References MipsISA::pc.
|
inline |
|
inline |
Definition at line 206 of file types.hh.
Referenced by RiscvISA::PCState::branching(), and X86ISA::X86FaultBase::invoke().
|
inline |
Definition at line 207 of file types.hh.
References X86ISA::val.
|
inline |
|
inline |
Definition at line 251 of file types.hh.
References GenericISA::PCStateBase::_npc, GenericISA::UPCState< MachInst >::_nupc, GenericISA::PCStateBase::_pc, and GenericISA::UPCState< MachInst >::_upc.
|
inlineoverridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Reimplemented from GenericISA::PCStateBase.
Reimplemented in X86ISA::PCState.
Definition at line 265 of file types.hh.
References serialize(), and SERIALIZE_SCALAR.
|
inline |
Definition at line 216 of file types.hh.
References X86ISA::val.
Referenced by RiscvISA::RiscvFault::invoke().
|
inline |
Definition at line 235 of file types.hh.
Referenced by RiscvISA::RiscvMicroInst::advancePC(), and X86ISA::X86MicroopBase::advancePC().
|
inline |
Definition at line 243 of file types.hh.
Referenced by RiscvISA::RiscvMicroInst::advancePC().
|
inlineoverridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Reimplemented from GenericISA::PCStateBase.
Reimplemented in X86ISA::PCState.
Definition at line 273 of file types.hh.
References unserialize(), and UNSERIALIZE_SCALAR.
|
inline |
Definition at line 203 of file types.hh.
Referenced by RiscvISA::PCState::branching(), and X86ISA::X86FaultBase::invoke().
|
inline |
Definition at line 204 of file types.hh.
References X86ISA::val.
|
protected |
Definition at line 199 of file types.hh.
Referenced by GenericISA::UPCState< MachInst >::operator==().
|
protected |
Definition at line 198 of file types.hh.
Referenced by GenericISA::UPCState< MachInst >::operator==().