gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Member Functions | Friends | List of all members
ArmPPI Class Reference

#include <base_gic.hh>

Inheritance diagram for ArmPPI:
ArmInterruptPin

Public Member Functions

void raise () override
 Signal an interrupt. More...
 
void clear () override
 Clear a signalled interrupt. More...
 
- Public Member Functions inherited from ArmInterruptPin
void setThreadContext (ThreadContext *tc)
 Set the thread context owning this interrupt. More...
 
uint32_t num () const
 Get interrupt number. More...
 

Private Member Functions

 ArmPPI (Platform *platform, ThreadContext *tc, uint32_t int_num)
 

Friends

class ArmPPIGen
 

Additional Inherited Members

- Protected Member Functions inherited from ArmInterruptPin
 ArmInterruptPin (Platform *platform, ThreadContext *tc, uint32_t int_num)
 
ContextID targetContext () const
 Get the target context ID of this interrupt. More...
 
- Protected Attributes inherited from 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...
 

Detailed Description

Definition at line 234 of file base_gic.hh.

Constructor & Destructor Documentation

◆ ArmPPI()

ArmPPI::ArmPPI ( Platform platform,
ThreadContext tc,
uint32_t  int_num 
)
private

Definition at line 164 of file base_gic.cc.

Member Function Documentation

◆ clear()

void ArmPPI::clear ( )
overridevirtual

◆ raise()

void ArmPPI::raise ( )
overridevirtual

Friends And Related Function Documentation

◆ ArmPPIGen

friend class ArmPPIGen
friend

Definition at line 236 of file base_gic.hh.

Referenced by clear().


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

Generated on Thu May 28 2020 16:21:41 for gem5 by doxygen 1.8.13