gem5 v24.0.0.0
|
#include <fs_workload.hh>
Public Member Functions | |
void | returnFromFuncIn (ThreadContext *tc) override |
SkipFuncBase (PCEventScope *s, const std::string &desc, Addr addr) | |
Public Member Functions inherited from gem5::SkipFuncBase | |
SkipFuncBase (PCEventScope *s, const std::string &desc, Addr addr) | |
void | process (ThreadContext *tc) override |
Public Member Functions inherited from gem5::PCEvent | |
PCEvent (PCEventScope *q, const std::string &desc, Addr pc) | |
virtual | ~PCEvent () |
virtual const std::string | name () const |
std::string | descr () const |
Addr | pc () const |
bool | remove () |
Additional Inherited Members | |
Protected Attributes inherited from gem5::PCEvent | |
std::string | description |
PCEventScope * | scope |
Addr | evpc |
Definition at line 61 of file fs_workload.hh.
|
overridevirtual |
Implements gem5::SkipFuncBase.
Definition at line 58 of file fs_workload.cc.
References gem5::PCStateBase::as(), gem5::ThreadContext::getCheckerCpuPtr(), gem5::ThreadContext::getReg(), gem5::ArmISA::inAArch64(), gem5::ThreadContext::pcState(), gem5::ThreadContext::pcStateNoRecord(), gem5::ArmISA::ReturnAddressReg, gem5::GenericISA::SimplePCState< InstWidth >::set(), and gem5::ArmISA::int_reg::X30.
|
inline |
Definition at line 43 of file system_events.hh.