gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Public Attributes | Protected Attributes | Private Attributes | List of all members
LinuxArmSystem Class Reference

#include <system.hh>

Inheritance diagram for LinuxArmSystem:
GenericArmSystem ArmSystem System SimObject PCEventScope EventManager Serializable Drainable Stats::Group

Public Types

typedef LinuxArmSystemParams Params
 Boilerplate params code. More...
 
- Public Types inherited from GenericArmSystem
typedef GenericArmSystemParams Params
 
- Public Types inherited from ArmSystem
typedef ArmSystemParams Params
 
- Public Types inherited from System
typedef SystemParams Params
 
- Public Types inherited from SimObject
typedef SimObjectParams Params
 

Public Member Functions

const Paramsparams () const
 
 LinuxArmSystem (Params *p)
 
 ~LinuxArmSystem ()
 
void initState ()
 Initialise the system. More...
 
void startup ()
 startup() is the final initialization call before simulation. More...
 
void mapPid (ThreadContext *tc, uint32_t pid)
 This function creates a new task Id for the given pid. More...
 
void dumpDmesg ()
 Dump the kernel's dmesg buffer to stdout. More...
 
- Public Member Functions inherited from GenericArmSystem
const Paramsparams () const
 
 GenericArmSystem (Params *p)
 
virtual ~GenericArmSystem ()
 
- Public Member Functions inherited from ArmSystem
const Paramsparams () const
 
 ArmSystem (Params *p)
 
 ~ArmSystem ()
 
virtual Addr fixFuncEventAddr (Addr addr)
 Fix up an address used to match PCs for hooking simulator events on to target function executions. More...
 
bool haveSecurity () const
 Returns true if this system implements the Security Extensions. More...
 
bool haveLPAE () const
 Returns true if this system implements the Large Physical Address Extension. More...
 
bool haveVirtualization () const
 Returns true if this system implements the virtualization Extensions. More...
 
bool haveCrypto () const
 Returns true if this system implements the Crypto Extension. More...
 
void setGenericTimer (GenericTimer *generic_timer)
 Sets the pointer to the Generic Timer. More...
 
void setGIC (BaseGic *gic)
 Sets the pointer to the GIC. More...
 
GenericTimergetGenericTimer () const
 Get a pointer to the system's generic timer model. More...
 
BaseGicgetGIC () const
 Get a pointer to the system's GIC. More...
 
bool highestELIs64 () const
 Returns true if the register width of the highest implemented exception level is 64 bits (ARMv8) More...
 
ExceptionLevel highestEL () const
 Returns the highest implemented exception level. More...
 
Addr resetAddr () const
 Returns the reset address if the highest implemented exception level is 64 bits (ARMv8) More...
 
bool haveLargeAsid64 () const
 Returns true if ASID is 16 bits in AArch64 (ARMv8) More...
 
bool haveSVE () const
 Returns true if SVE is implemented (ARMv8) More...
 
unsigned sveVL () const
 Returns the SVE vector length at reset, in quadwords. More...
 
bool haveLSE () const
 Returns true if LSE is implemented (ARMv8.1) More...
 
bool havePAN () const
 Returns true if Priviledge Access Never is implemented. More...
 
uint8_t physAddrRange64 () const
 Returns the supported physical address range in bits if the highest implemented exception level is 64 bits (ARMv8) More...
 
uint8_t physAddrRange () const
 Returns the supported physical address range in bits. More...
 
Addr physAddrMask () const
 Returns the physical address mask. More...
 
bool haveSemihosting () const
 Is Arm Semihosting support enabled? More...
 
- Public Member Functions inherited from System
void init () override
 After all objects have been created and all ports are connected, check that the system port is connected. More...
 
MasterPortgetSystemPort ()
 Get a reference to the system port that can be used by non-structural simulation objects like processes or threads, or external entities like loaders and debuggers, etc, to access the memory system. More...
 
PortgetPort (const std::string &if_name, PortID idx=InvalidPortID) override
 Additional function to return the Port of a memory object. More...
 
unsigned int cacheLineSize () const
 Get the cache line size of the system. More...
 
ThreadContextfindFreeContext ()
 
ThreadContextgetThreadContext (ContextID tid) const
 
bool schedule (PCEvent *event) override
 
bool remove (PCEvent *event) override
 
unsigned numContexts () const
 
int numRunningContexts ()
 Return number of running (non-halted) thread contexts in system. More...
 
KvmVMgetKvmVM ()
 Get a pointer to the Kernel Virtual Machine (KVM) SimObject, if present. More...
 
bool validKvmEnvironment () const
 Verify gem5 configuration will support KVM emulation. More...
 
PhysicalMemorygetPhysMem ()
 Get a pointer to access the physical memory of the system. More...
 
Addr freeMemSize () const
 Amount of physical memory that is still free. More...
 
Addr memSize () const
 Amount of physical memory that exists. More...
 
bool isMemAddr (Addr addr) const
 Check if a physical address is within a range of a memory that is part of the global address map. More...
 
Arch getArch () const
 Get the architecture. More...
 
ByteOrder getGuestByteOrder () const
 Get the guest byte order. More...
 
Addr getPageBytes () const
 Get the page bytes for the ISA. More...
 
Addr getPageShift () const
 Get the number of bits worth of in-page address for the ISA. More...
 
ThermalModelgetThermalModel () const
 The thermal model used for this system (if any). More...
 
MasterID getMasterId (const SimObject *master, std::string submaster=std::string())
 Request an id used to create a request object in the system. More...
 
MasterID getGlobalMasterId (const std::string &master_name)
 Registers a GLOBAL MasterID, which is a MasterID not related to any particular SimObject; since no SimObject is passed, the master gets registered by providing the full master name. More...
 
std::string getMasterName (MasterID master_id)
 Get the name of an object for a given request id. More...
 
MasterID lookupMasterId (const SimObject *obj) const
 Looks up the MasterID for a given SimObject returns an invalid MasterID (invldMasterId) if not found. More...
 
MasterID lookupMasterId (const std::string &name) const
 Looks up the MasterID for a given object name string returns an invalid MasterID (invldMasterId) if not found. More...
 
MasterID maxMasters ()
 Get the number of masters registered in the system. More...
 
void regStats () override
 Callback to set stat parameters. More...
 
uint64_t incWorkItemsBegin ()
 Called by pseudo_inst to track the number of work items started by this system. More...
 
uint64_t incWorkItemsEnd ()
 Called by pseudo_inst to track the number of work items completed by this system. More...
 
int markWorkItem (int index)
 Called by pseudo_inst to mark the cpus actively executing work items. More...
 
void workItemBegin (uint32_t tid, uint32_t workid)
 
void workItemEnd (uint32_t tid, uint32_t workid)
 
bool breakpoint ()
 
 System (Params *p)
 
 ~System ()
 
void initState () override
 initState() is called on each SimObject when not restoring from a checkpoint. More...
 
const Paramsparams () const
 
const AddrRangem5opRange () const
 Range used by memory-mapped m5 pseudo-ops if enabled. More...
 
Addr getKernelStart () const
 Returns the address the kernel starts at. More...
 
Addr getKernelEnd () const
 Returns the address the kernel ends at. More...
 
Addr getKernelEntry () const
 Returns the address the entry point to the kernel code. More...
 
Addr allocPhysPages (int npages)
 Allocate npages contiguous unused physical pages. More...
 
ContextID registerThreadContext (ThreadContext *tc, ContextID assigned=InvalidContextID)
 
void replaceThreadContext (ThreadContext *tc, ContextID context_id)
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
void drainResume () override
 Resume execution after a successful drain. More...
 
bool isAtomicMode () const
 Is the system in atomic mode? More...
 
bool isTimingMode () const
 Is the system in timing mode? More...
 
bool bypassCaches () const
 Should caches be bypassed? More...
 
Enums::MemoryMode getMemoryMode () const
 Get the memory mode of the system. More...
 
void setMemoryMode (Enums::MemoryMode mode)
 Change the memory mode of the system. More...
 
template<class T , typename... Args>
T * addFuncEvent (const SymbolTable *symtab, const char *lbl, const std::string &desc, Args... args)
 Add a function-based event to the given function, to be looked up in the specified symbol table. More...
 
template<class T >
T * addFuncEvent (const SymbolTable *symtab, const char *lbl)
 
template<class T , typename... Args>
T * addFuncEventOrPanic (const SymbolTable *symtab, const char *lbl, Args... args)
 
template<class T , typename... Args>
T * addKernelFuncEvent (const char *lbl, Args... args)
 Add a function-based event to a kernel symbol. More...
 
template<class T , typename... Args>
T * addKernelFuncEventOrPanic (const char *lbl, Args... args)
 
- Public Member Functions inherited from SimObject
const Paramsparams () const
 
 SimObject (const Params *_params)
 
virtual ~SimObject ()
 
virtual const std::string name () const
 
virtual void loadState (CheckpointIn &cp)
 loadState() is called on each SimObject when 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...
 
ProbeManagergetProbeManager ()
 Get the probe manager for this object. 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...
 
- Public Member Functions inherited from EventManager
 EventManager (EventManager &em)
 
 EventManager (EventManager *em)
 
 EventManager (EventQueue *eq)
 
EventQueueeventQueue () 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)
 
void setCurTick (Tick newVal)
 
- Public Member Functions inherited from Serializable
 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 Member Functions inherited from Drainable
DrainState drainState () const
 Return the current drain state of an object. More...
 
virtual void notifyFork ()
 Notify a child process of a fork. More...
 
- Public Member Functions inherited from Stats::Group
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (Stats::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...
 

Public Attributes

bool enableContextSwitchStatsDump
 When enabled, dump stats/task info on context switches for Streamline and per-thread cache occupancy studies, etc. More...
 
std::map< uint32_t, uint32_t > taskMap
 This map stores a mapping of OS process IDs to internal Task IDs. More...
 
OutputStreamtaskFile
 This is a file that is placed in the run directory that prints out mappings between taskIds and OS process IDs. More...
 
- Public Attributes inherited from ArmSystem
bool multiProc
 true if this a multiprocessor system More...
 
- Public Attributes inherited from System
std::vector< ThreadContext * > threadContexts
 
const bool multiThread
 
Addr pagePtr
 
uint64_t init_param
 
PortProxy physProxy
 Port to physical memory used for writing object files into ram at boot. More...
 
SymbolTablekernelSymtab
 kernel symbol table More...
 
ObjectFilekernel
 Object pointer for the kernel code. More...
 
MemoryImage kernelImage
 
std::vector< ObjectFile * > kernelExtras
 Additional object files. More...
 
Addr kernelStart
 Beginning of kernel code. More...
 
Addr kernelEnd
 End of kernel code. More...
 
Addr kernelEntry
 Entry point in the kernel to start at. More...
 
Addr loadAddrMask
 Mask that should be anded for binary/symbol loading. More...
 
Addr loadAddrOffset
 Offset that should be used for binary/symbol loading. More...
 
std::vector< BaseRemoteGDB * > remoteGDB
 
Counter totalNumInsts
 
std::map< std::pair< uint32_t, uint32_t >, TicklastWorkItemStarted
 
std::map< uint32_t, Stats::Histogram * > workItemStats
 
FutexMap futexMap
 
std::set< int > PIDs
 Process set to track which PIDs have already been allocated. More...
 
std::list< BasicSignalsignalList
 
std::vector< RedirectPath * > redirectPaths
 

Protected Attributes

DumpStatsPCEventdumpStatsPCEvent
 
- Protected Attributes inherited from ArmSystem
Linux::DebugPrintkEventdebugPrintkEvent
 PC based event to skip the dprink() call and emulate its functionality. More...
 
std::vector< std::unique_ptr< ObjectFile > > bootLoaders
 Bootloaders. More...
 
ObjectFilebootldr
 Pointer to the bootloader object. More...
 
const bool _haveSecurity
 True if this system implements the Security Extensions. More...
 
const bool _haveLPAE
 True if this system implements the Large Physical Address Extension. More...
 
const bool _haveVirtualization
 True if this system implements the virtualization Extensions. More...
 
const bool _haveCrypto
 True if this system implements the Crypto Extension. More...
 
GenericTimer_genericTimer
 Pointer to the Generic Timer wrapper. More...
 
BaseGic_gic
 
const Addr _resetAddr
 Reset address (ARMv8) More...
 
bool _highestELIs64
 True if the register width of the highest implemented exception level is 64 bits (ARMv8) More...
 
const uint8_t _physAddrRange64
 Supported physical address range in bits if the highest implemented exception level is 64 bits (ARMv8) More...
 
const bool _haveLargeAsid64
 True if ASID is 16 bits in AArch64 (ARMv8) More...
 
const bool _haveSVE
 True if SVE is implemented (ARMv8) More...
 
const unsigned _sveVL
 SVE vector length at reset, in quadwords. More...
 
const bool _haveLSE
 True if LSE is implemented (ARMv8.1) More...
 
const unsigned _havePAN
 True if Priviledge Access Never is implemented. More...
 
ArmSemihosting *const semihosting
 True if the Semihosting interface is enabled. More...
 
- Protected Attributes inherited from System
KvmVM *const kvmVM
 
PhysicalMemory physmem
 
Enums::MemoryMode memoryMode
 
const unsigned int _cacheLineSize
 
uint64_t workItemsBegin
 
uint64_t workItemsEnd
 
uint32_t numWorkIds
 
std::vector< bool > activeCpus
 
std::vector< MasterInfomasters
 This array is a per-system list of all devices capable of issuing a memory system request and an associated string for each master id. More...
 
ThermalModelthermalModel
 
Params_params
 
const AddrRange _m5opRange
 Range for memory-mapped m5 pseudo ops. More...
 
- Protected Attributes inherited from SimObject
const SimObjectParams * _params
 Cached copy of the object parameters. More...
 
- Protected Attributes inherited from EventManager
EventQueueeventq
 A pointer to this object's event queue. More...
 

Private Attributes

PCEventkernelPanicEvent
 Event to halt the simulator if the kernel calls panic() More...
 
PCEventkernelOopsEvent
 Event to halt the simulator if the kernel calls oopses. More...
 
Linux::UDelayEventuDelaySkipEvent
 PC based event to skip udelay(<time>) calls and quiesce the processor for the appropriate amount of time. More...
 
Linux::UDelayEventconstUDelaySkipEvent
 Another PC based skip event for const_udelay(). More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ArmSystem
static ArmSystemgetArmSystem (System *sys)
 Casts the provided System object into a valid ArmSystem, it fails otherwise. More...
 
static ArmSystemgetArmSystem (ThreadContext *tc)
 Returns a valid ArmSystem pointer if using ARM ISA, it fails otherwise. More...
 
static bool haveSecurity (ThreadContext *tc)
 Returns true if the system of a specific thread context implements the Security Extensions. More...
 
static bool haveVirtualization (ThreadContext *tc)
 Returns true if the system of a specific thread context implements the virtualization Extensions. More...
 
static bool haveLPAE (ThreadContext *tc)
 Returns true if the system of a specific thread context implements the Large Physical Address Extension. More...
 
static bool highestELIs64 (ThreadContext *tc)
 Returns true if the register width of the highest implemented exception level for the system of a specific thread context is 64 bits (ARMv8) More...
 
static ExceptionLevel highestEL (ThreadContext *tc)
 Returns the highest implemented exception level for the system of a specific thread context. More...
 
static bool haveEL (ThreadContext *tc, ExceptionLevel el)
 Return true if the system implements a specific exception level. More...
 
static Addr resetAddr (ThreadContext *tc)
 Returns the reset address if the highest implemented exception level for the system of a specific thread context is 64 bits (ARMv8) More...
 
static uint8_t physAddrRange (ThreadContext *tc)
 Returns the supported physical address range in bits for the system of a specific thread context. More...
 
static Addr physAddrMask (ThreadContext *tc)
 Returns the physical address mask for the system of a specific thread context. More...
 
static bool haveLargeAsid64 (ThreadContext *tc)
 Returns true if ASID is 16 bits for the system of a specific thread context while in AArch64 (ARMv8) More...
 
static bool haveSemihosting (ThreadContext *tc)
 Is Arm Semihosting support enabled? More...
 
static uint64_t callSemihosting64 (ThreadContext *tc, uint32_t op, uint64_t param)
 Make a Semihosting call from aarch64. More...
 
static uint32_t callSemihosting32 (ThreadContext *tc, uint32_t op, uint32_t param)
 Make a Semihosting call from aarch32. More...
 
- Static Public Member Functions inherited from System
static void printSystems ()
 
- Static Public Member Functions inherited from SimObject
static void serializeAll (CheckpointOut &cp)
 Serialize all SimObjects in the system. More...
 
static SimObjectfind (const char *name)
 Find the SimObject with the given name and return a pointer to it. More...
 
- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Get the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 
- Static Public Attributes inherited from System
static std::vector< System * > systemList
 
static int numSystemsRunning = 0
 
static const int maxPID = 32768
 
- Static Public Attributes inherited from Serializable
static int ckptCount = 0
 
static int ckptMaxCount = 0
 
static int ckptPrevCount = -1
 
- Protected Member Functions inherited from ArmSystem
ObjectFilegetBootLoader (ObjectFile *const obj)
 Get a boot loader that matches the kernel. More...
 
- Protected Member Functions inherited from System
std::string stripSystemName (const std::string &master_name) const
 Strips off the system name from a master name. More...
 
MasterID _getMasterId (const SimObject *master, const std::string &master_name)
 helper function for getMasterId More...
 
std::string leafMasterName (const SimObject *master, const std::string &submaster)
 Helper function for constructing the full (sub)master name by providing the root master and the relative submaster name. More...
 
virtual void serializeSymtab (CheckpointOut &os) const
 If needed, serialize additional symbol table entries for a specific subclass of this system. More...
 
virtual void unserializeSymtab (CheckpointIn &cp)
 If needed, unserialize additional symbol table entries for a specific subclass of this system. More...
 
- Protected Member Functions inherited from Drainable
 Drainable ()
 
virtual ~Drainable ()
 
void signalDrainDone () const
 Signal that an object is drained. More...
 

Detailed Description

Definition at line 59 of file system.hh.

Member Typedef Documentation

◆ Params

typedef LinuxArmSystemParams LinuxArmSystem::Params

Boilerplate params code.

Definition at line 66 of file system.hh.

Constructor & Destructor Documentation

◆ LinuxArmSystem()

LinuxArmSystem::LinuxArmSystem ( Params p)

◆ ~LinuxArmSystem()

LinuxArmSystem::~LinuxArmSystem ( )

Definition at line 208 of file system.cc.

References constUDelaySkipEvent, dumpStatsPCEvent, LinuxArmSystem(), and uDelaySkipEvent.

Member Function Documentation

◆ dumpDmesg()

void LinuxArmSystem::dumpDmesg ( )

Dump the kernel's dmesg buffer to stdout.

Definition at line 270 of file system.cc.

References Linux::dumpDmesg(), and System::getThreadContext().

◆ initState()

void LinuxArmSystem::initState ( )
virtual

◆ mapPid()

void LinuxArmSystem::mapPid ( ThreadContext tc,
uint32_t  pid 
)

This function creates a new task Id for the given pid.

Parameters
tcthread context that is currentyl executing

Definition at line 254 of file system.cc.

References ContextSwitchTaskId::MaxNormalTaskId, taskMap, ContextSwitchTaskId::Unknown, and warn_once.

Referenced by DumpStatsPCEvent::process(), and startup().

◆ params()

const Params* LinuxArmSystem::params ( ) const
inline

Definition at line 68 of file system.hh.

References System::_params.

Referenced by initState().

◆ startup()

void LinuxArmSystem::startup ( )
virtual

startup() is the final initialization call before simulation.

All state is initialized (including unserialized state, if any, such as the curTick() value), so this is the appropriate place to schedule initial event(s) for objects that need them.

Reimplemented from SimObject.

Definition at line 226 of file system.cc.

References OutputDirectory::create(), dumpStatsPCEvent, enableContextSwitchStatsDump, ArmSystem::highestELIs64(), BaseCPU::invldPid, mapPid(), SimObject::name(), panic, simout, taskFile, taskMap, and System::threadContexts.

Member Data Documentation

◆ constUDelaySkipEvent

Linux::UDelayEvent* LinuxArmSystem::constUDelaySkipEvent
private

Another PC based skip event for const_udelay().

Similar to the udelay skip, but this function precomputes the first multiply that is done in the generic case since the parameter is known at compile time. Thus we need to do some division to get back to us.

Definition at line 123 of file system.hh.

Referenced by LinuxArmSystem(), and ~LinuxArmSystem().

◆ dumpStatsPCEvent

DumpStatsPCEvent* LinuxArmSystem::dumpStatsPCEvent
protected

Definition at line 62 of file system.hh.

Referenced by startup(), and ~LinuxArmSystem().

◆ enableContextSwitchStatsDump

bool LinuxArmSystem::enableContextSwitchStatsDump

When enabled, dump stats/task info on context switches for Streamline and per-thread cache occupancy studies, etc.

Definition at line 75 of file system.hh.

Referenced by startup().

◆ kernelOopsEvent

PCEvent* LinuxArmSystem::kernelOopsEvent
private

Event to halt the simulator if the kernel calls oopses.

Definition at line 109 of file system.hh.

Referenced by LinuxArmSystem().

◆ kernelPanicEvent

PCEvent* LinuxArmSystem::kernelPanicEvent
private

Event to halt the simulator if the kernel calls panic()

Definition at line 106 of file system.hh.

Referenced by LinuxArmSystem().

◆ taskFile

OutputStream* LinuxArmSystem::taskFile

This is a file that is placed in the run directory that prints out mappings between taskIds and OS process IDs.

Definition at line 85 of file system.hh.

Referenced by DumpStatsPCEvent::process(), and startup().

◆ taskMap

std::map<uint32_t, uint32_t> LinuxArmSystem::taskMap

This map stores a mapping of OS process IDs to internal Task IDs.

The mapping is done because the stats system doesn't tend to like vectors that are much greater than 1000 items and the entire process space is 65K.

Definition at line 81 of file system.hh.

Referenced by mapPid(), DumpStatsPCEvent::process(), and startup().

◆ uDelaySkipEvent

Linux::UDelayEvent* LinuxArmSystem::uDelaySkipEvent
private

PC based event to skip udelay(<time>) calls and quiesce the processor for the appropriate amount of time.

This is not functionally required but does speed up simulation.

Definition at line 116 of file system.hh.

Referenced by LinuxArmSystem(), and ~LinuxArmSystem().


The documentation for this class was generated from the following files:

Generated on Fri Feb 28 2020 16:27:12 for gem5 by doxygen 1.8.13