gem5 v25.0.0.1
Loading...
Searching...
No Matches
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.

References gem5::X86ISA::addr, gem5::PCEvent::PCEvent(), and gem5::ArmISA::s.

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 Sat Oct 18 2025 08:06:54 for gem5 by doxygen 1.14.0