gem5  v22.1.0.0
Public Member Functions | Private Member Functions | Friends | List of all members
gem5::ArmSPI Class Reference

#include <base_gic.hh>

Inheritance diagram for gem5::ArmSPI:
gem5::ArmInterruptPin gem5::Serializable

Public Member Functions

void raise () override
 Signal an interrupt. More...
 
void clear () override
 Clear a signalled interrupt. More...
 
- Public Member Functions inherited from gem5::ArmInterruptPin
void setThreadContext (ThreadContext *tc)
 Set the thread context owning this interrupt. More...
 
uint32_t num () const
 Get interrupt number. More...
 
bool active () const
 True if interrupt pin is active, false otherwise. More...
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
- Public Member Functions inherited from gem5::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)
 

Private Member Functions

 ArmSPI (const ArmSPIParams &p)
 

Friends

class ArmSPIGen
 

Additional Inherited Members

- Static Public Member Functions inherited from gem5::Serializable
static const std::string & currentSection ()
 Gets the fully-qualified name of the active section. More...
 
static void generateCheckpointOut (const std::string &cpt_dir, std::ofstream &outstream)
 Generate a checkpoint file so that the serialization can be routed to it. More...
 
- Protected Member Functions inherited from gem5::ArmInterruptPin
 ArmInterruptPin (const ArmInterruptPinParams &p, ThreadContext *tc)
 
ContextID targetContext () const
 Get the target context ID of this interrupt. More...
 
- Protected Attributes inherited from gem5::ArmInterruptPin
const ThreadContextthreadContext
 Pointer to the thread context that owns this interrupt in case it is a thread-/CPU-private interrupt. More...
 
RealView *const platform
 Arm platform to use for interrupt generation. More...
 
const uint32_t intNum
 Interrupt number to generate. More...
 
const ArmInterruptType triggerType
 Interrupt triggering type. More...
 
bool _active
 True if interrupt pin is active, false otherwise. More...
 

Detailed Description

Definition at line 258 of file base_gic.hh.

Constructor & Destructor Documentation

◆ ArmSPI()

gem5::ArmSPI::ArmSPI ( const ArmSPIParams &  p)
private

Definition at line 189 of file base_gic.cc.

Member Function Documentation

◆ clear()

void gem5::ArmSPI::clear ( )
overridevirtual

◆ raise()

void gem5::ArmSPI::raise ( )
overridevirtual

Friends And Related Function Documentation

◆ ArmSPIGen

friend class ArmSPIGen
friend

Definition at line 260 of file base_gic.hh.


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

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