gem5  v22.1.0.0
Public Member Functions | Protected Member Functions | List of all members
gem5::SkipFuncBase Class Referenceabstract

#include <system_events.hh>

Inheritance diagram for gem5::SkipFuncBase:
gem5::PCEvent gem5::ArmISA::SkipFunc gem5::ArmISA::SkipFuncLinux32 gem5::ArmISA::SkipFuncLinux64

Public Member Functions

 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 ()
 

Protected Member Functions

virtual void returnFromFuncIn (ThreadContext *tc)=0
 

Additional Inherited Members

- Protected Attributes inherited from gem5::PCEvent
std::string description
 
PCEventScopescope
 
Addr evpc
 

Detailed Description

Definition at line 37 of file system_events.hh.

Constructor & Destructor Documentation

◆ SkipFuncBase()

gem5::SkipFuncBase::SkipFuncBase ( PCEventScope s,
const std::string &  desc,
Addr  addr 
)
inline

Definition at line 43 of file system_events.hh.

Member Function Documentation

◆ process()

void gem5::SkipFuncBase::process ( ThreadContext tc)
overridevirtual

◆ returnFromFuncIn()

virtual void gem5::SkipFuncBase::returnFromFuncIn ( ThreadContext tc)
protectedpure virtual

Implemented in gem5::ArmISA::SkipFunc.

Referenced by process().


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

Generated on Wed Dec 21 2022 10:23:25 for gem5 by doxygen 1.9.1