gem5  v22.1.0.0
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
gem5::Gicv3 Class Reference

#include <gic_v3.hh>

Inheritance diagram for gem5::Gicv3:
gem5::BaseGic gem5::Gicv3Registers gem5::PioDevice gem5::ClockedObject gem5::SimObject gem5::Clocked gem5::EventManager gem5::Serializable gem5::Drainable gem5::statistics::Group gem5::Named

Public Types

enum  IntStatus { INT_INACTIVE , INT_PENDING , INT_ACTIVE , INT_ACTIVE_PENDING }
 
enum  GroupId { G0S , G1S , G1NS }
 
enum  IntTriggerType { INT_LEVEL_SENSITIVE , INT_EDGE_TRIGGERED }
 
- Public Types inherited from gem5::BaseGic
enum class  GicVersion { GIC_V2 , GIC_V3 , GIC_V4 }
 
typedef BaseGicParams Params
 
- Public Types inherited from gem5::PioDevice
using Params = PioDeviceParams
 
- Public Types inherited from gem5::ClockedObject
using Params = ClockedObjectParams
 Parameters of ClockedObject. More...
 
- Public Types inherited from gem5::SimObject
typedef SimObjectParams Params
 

Public Member Functions

 Gicv3 (const Params &p)
 
void deassertInt (uint32_t cpu, ArmISA::InterruptTypes int_type)
 
void deassertAll (uint32_t cpu)
 
bool haveAsserted (uint32_t cpu) const
 
Gicv3CPUInterfacegetCPUInterface (int cpu_id) const
 
Gicv3DistributorgetDistributor () const
 
Gicv3RedistributorgetRedistributor (ContextID context_id) const
 
Gicv3CPUInterfacegetCPUInterfaceByAffinity (const ArmISA::Affinity &aff) const
 
Gicv3RedistributorgetRedistributorByAffinity (const ArmISA::Affinity &aff) const
 
Gicv3RedistributorgetRedistributorByAddr (Addr address) const
 
void postInt (uint32_t cpu, ArmISA::InterruptTypes int_type)
 
uint32_t readDistributor (Addr daddr) override
 
uint32_t readRedistributor (const ArmISA::Affinity &aff, Addr daddr) override
 
RegVal readCpu (const ArmISA::Affinity &aff, ArmISA::MiscRegIndex misc_reg) override
 
void writeDistributor (Addr daddr, uint32_t data) override
 
void writeRedistributor (const ArmISA::Affinity &aff, Addr daddr, uint32_t data) override
 
void writeCpu (const ArmISA::Affinity &aff, ArmISA::MiscRegIndex misc_reg, RegVal data) override
 
- Public Member Functions inherited from gem5::BaseGic
 BaseGic (const Params &p)
 
virtual ~BaseGic ()
 
const Paramsparams () const
 
ArmSystemgetSystem () const
 
- Public Member Functions inherited from gem5::PioDevice
 PioDevice (const Params &p)
 
virtual ~PioDevice ()
 
void init () override
 init() is called after all C++ SimObjects have been created and all ports are connected. More...
 
PortgetPort (const std::string &if_name, PortID idx=InvalidPortID) override
 Get a port with a given name and index. More...
 
- Public Member Functions inherited from gem5::ClockedObject
 ClockedObject (const ClockedObjectParams &p)
 
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::SimObject
const Paramsparams () const
 
 SimObject (const Params &p)
 
virtual ~SimObject ()
 
virtual void loadState (CheckpointIn &cp)
 loadState() is called on each SimObject when restoring from a checkpoint. More...
 
virtual void initState ()
 initState() is called on each SimObject when not restoring from a checkpoint. More...
 
virtual void regProbePoints ()
 Register probe points for this object. More...
 
virtual void regProbeListeners ()
 Register probe listeners for this object. More...
 
ProbeManagergetProbeManager ()
 Get the probe manager for this object. More...
 
virtual void startup ()
 startup() is the final initialization call before simulation. More...
 
DrainState drain () override
 Provide a default implementation of the drain interface for objects that don't need draining. More...
 
virtual void memWriteback ()
 Write back dirty buffers to memory using functional writes. More...
 
virtual void memInvalidate ()
 Invalidate the contents of memory buffers. 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::EventManager
EventQueueeventQueue () const
 
void schedule (Event &event, Tick when)
 
void deschedule (Event &event)
 
void reschedule (Event &event, Tick when, bool always=false)
 
void schedule (Event *event, Tick when)
 
void deschedule (Event *event)
 
void reschedule (Event *event, Tick when, bool always=false)
 
void wakeupEventQueue (Tick when=(Tick) -1)
 This function is not needed by the usual gem5 event loop but may be necessary in derived EventQueues which host gem5 on other schedulers. More...
 
void setCurTick (Tick newVal)
 
 EventManager (EventManager &em)
 Event manger manages events in the event queue. More...
 
 EventManager (EventManager *em)
 
 EventManager (EventQueue *eq)
 
- 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)
 
- Public Member Functions inherited from gem5::Drainable
DrainState drainState () const
 Return the current drain state of an object. More...
 
virtual void notifyFork ()
 Notify a child process of a fork. More...
 
- Public Member Functions inherited from gem5::statistics::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters. More...
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (statistics::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group. More...
 
void mergeStatGroup (Group *block)
 Merge the contents (stats & children) of a block to this block. More...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 
- Public Member Functions inherited from gem5::Named
 Named (const std::string &name_)
 
virtual ~Named ()=default
 
virtual std::string name () const
 
- Public Member Functions inherited from gem5::Clocked
void updateClockPeriod ()
 Update the tick to the current tick. More...
 
Tick clockEdge (Cycles cycles=Cycles(0)) const
 Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More...
 
Cycles curCycle () const
 Determine the current cycle, corresponding to a tick aligned to a clock edge. More...
 
Tick nextCycle () const
 Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More...
 
uint64_t frequency () const
 
Tick clockPeriod () const
 
double voltage () const
 
Cycles ticksToCycles (Tick t) const
 
Tick cyclesToTicks (Cycles c) const
 

Static Public Attributes

static const int INTID_SECURE = 1020
 
static const int INTID_NONSECURE = 1021
 
static const int INTID_SPURIOUS = 1023
 
static const int SGI_MAX = 16
 
static const int PPI_MAX = 16
 

Protected Member Functions

void clearInt (uint32_t int_id) override
 Clear an interrupt from a device that is connected to the GIC. More...
 
void clearPPInt (uint32_t int_id, uint32_t cpu) override
 
AddrRangeList getAddrRanges () const override
 Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to. More...
 
void init () override
 init() is called after all C++ SimObjects have been created and all ports are connected. More...
 
 PARAMS (Gicv3)
 
Tick read (PacketPtr pkt) override
 Pure virtual function that the device must implement. More...
 
void reset ()
 
void sendInt (uint32_t int_id) override
 Post an interrupt from a device that is connected to the GIC. More...
 
void sendPPInt (uint32_t int_id, uint32_t cpu) override
 Interface call for private peripheral interrupts. More...
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
Tick write (PacketPtr pkt) override
 Pure virtual function that the device must implement. More...
 
bool supportsVersion (GicVersion version) override
 Check if version supported. More...
 
void copyGicState (Gicv3Registers *from, Gicv3Registers *to)
 
- Protected Member Functions inherited from gem5::BaseGic
virtual bool blockIntUpdate () const
 When trasferring the state between two GICs (essentially writing architectural registers) an interrupt might be posted by the model. More...
 
- Protected Member Functions inherited from gem5::Drainable
 Drainable ()
 
virtual ~Drainable ()
 
virtual void drainResume ()
 Resume execution after a successful drain. More...
 
void signalDrainDone () const
 Signal that an object is drained. More...
 
- Protected Member Functions inherited from gem5::Clocked
 Clocked (ClockDomain &clk_domain)
 Create a clocked object and set the clock domain based on the parameters. More...
 
 Clocked (Clocked &)=delete
 
Clockedoperator= (Clocked &)=delete
 
virtual ~Clocked ()
 Virtual destructor due to inheritance. More...
 
void resetClock () const
 Reset the object's clock using the current global tick value. More...
 
virtual void clockPeriodUpdated ()
 A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. More...
 

Protected Attributes

Gicv3Distributordistributor
 
std::vector< Gicv3Redistributor * > redistributors
 
std::vector< Gicv3CPUInterface * > cpuInterfaces
 
Gicv3Itsits
 
AddrRange distRange
 
AddrRange redistRange
 
AddrRangeList addrRanges
 
uint64_t redistSize
 
- Protected Attributes inherited from gem5::BaseGic
Platformplatform
 Platform this GIC belongs to. More...
 
- Protected Attributes inherited from gem5::PioDevice
Systemsys
 
PioPort< PioDevicepioPort
 The pioPort that handles the requests for us and provides us requests that it sees. More...
 
- Protected Attributes inherited from gem5::SimObject
const SimObjectParams & _params
 Cached copy of the object parameters. More...
 
- Protected Attributes inherited from gem5::EventManager
EventQueueeventq
 A pointer to this object's event queue. More...
 

Friends

class Gicv3CPUInterface
 
class Gicv3Redistributor
 
class Gicv3Distributor
 

Additional Inherited Members

- Static Public Member Functions inherited from gem5::SimObject
static void serializeAll (const std::string &cpt_dir)
 Create a checkpoint by serializing all SimObjects in the system. More...
 
static SimObjectfind (const char *name)
 Find the SimObject with the given name and return a pointer to it. More...
 
static void setSimObjectResolver (SimObjectResolver *resolver)
 There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More...
 
static SimObjectResolvergetSimObjectResolver ()
 There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More...
 
- 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...
 
- Public Attributes inherited from gem5::ClockedObject
PowerStatepowerState
 
- Static Protected Member Functions inherited from gem5::Gicv3Registers
static void copyDistRegister (Gicv3Registers *from, Gicv3Registers *to, Addr daddr)
 
static void copyRedistRegister (Gicv3Registers *from, Gicv3Registers *to, const ArmISA::Affinity &aff, Addr daddr)
 
static void copyCpuRegister (Gicv3Registers *from, Gicv3Registers *to, const ArmISA::Affinity &aff, ArmISA::MiscRegIndex misc_reg)
 
static void clearRedistRegister (Gicv3Registers *to, const ArmISA::Affinity &aff, Addr daddr)
 
static void copyRedistRange (Gicv3Registers *from, Gicv3Registers *to, const ArmISA::Affinity &aff, Addr daddr, size_t size)
 
static void copyDistRange (Gicv3Registers *from, Gicv3Registers *to, Addr daddr, size_t size)
 
static void clearDistRange (Gicv3Registers *to, Addr daddr, size_t size)
 

Detailed Description

Definition at line 95 of file gic_v3.hh.

Member Enumeration Documentation

◆ GroupId

Enumerator
G0S 
G1S 
G1NS 

Definition at line 133 of file gic_v3.hh.

◆ IntStatus

Enumerator
INT_INACTIVE 
INT_PENDING 
INT_ACTIVE 
INT_ACTIVE_PENDING 

Definition at line 124 of file gic_v3.hh.

◆ IntTriggerType

Enumerator
INT_LEVEL_SENSITIVE 
INT_EDGE_TRIGGERED 

Definition at line 140 of file gic_v3.hh.

Constructor & Destructor Documentation

◆ Gicv3()

gem5::Gicv3::Gicv3 ( const Params p)

Definition at line 131 of file gic_v3.cc.

Member Function Documentation

◆ clearInt()

void gem5::Gicv3::clearInt ( uint32_t  num)
overrideprotectedvirtual

Clear an interrupt from a device that is connected to the GIC.

Depending on the configuration, the GIC may de-assert it's CPU line.

Parameters
numnumber of interrupt to send

Implements gem5::BaseGic.

Definition at line 257 of file gic_v3.cc.

References gem5::Gicv3Distributor::clearInt(), distributor, and DPRINTF.

◆ clearPPInt()

void gem5::Gicv3::clearPPInt ( uint32_t  int_id,
uint32_t  cpu 
)
overrideprotectedvirtual

Implements gem5::BaseGic.

Definition at line 273 of file gic_v3.cc.

References DPRINTF, panic_if, and redistributors.

◆ copyGicState()

void gem5::Gicv3::copyGicState ( Gicv3Registers from,
Gicv3Registers to 
)
protected

◆ deassertAll()

void gem5::Gicv3::deassertAll ( uint32_t  cpu)

◆ deassertInt()

void gem5::Gicv3::deassertInt ( uint32_t  cpu,
ArmISA::InterruptTypes  int_type 
)

◆ getAddrRanges()

AddrRangeList gem5::Gicv3::getAddrRanges ( ) const
inlineoverrideprotectedvirtual

Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to.

Returns
a list of non-overlapping address ranges

Implements gem5::PioDevice.

Definition at line 152 of file gic_v3.hh.

References addrRanges.

◆ getCPUInterface()

Gicv3CPUInterface* gem5::Gicv3::getCPUInterface ( int  cpu_id) const
inline

Definition at line 178 of file gic_v3.hh.

References cpuInterfaces.

Referenced by gem5::ArmISA::ISA::getGICv3CPUInterface(), and gem5::Gicv3Redistributor::init().

◆ getCPUInterfaceByAffinity()

Gicv3CPUInterface * gem5::Gicv3::getCPUInterfaceByAffinity ( const ArmISA::Affinity &  aff) const

Definition at line 318 of file gic_v3.cc.

References gem5::Gicv3Redistributor::getCPUInterface(), and getRedistributorByAffinity().

Referenced by readCpu(), and writeCpu().

◆ getDistributor()

Gicv3Distributor* gem5::Gicv3::getDistributor ( ) const
inline

◆ getRedistributor()

Gicv3Redistributor* gem5::Gicv3::getRedistributor ( ContextID  context_id) const
inline

◆ getRedistributorByAddr()

Gicv3Redistributor * gem5::Gicv3::getRedistributorByAddr ( Addr  address) const

◆ getRedistributorByAffinity()

Gicv3Redistributor * gem5::Gicv3::getRedistributorByAffinity ( const ArmISA::Affinity &  aff) const

◆ haveAsserted()

bool gem5::Gicv3::haveAsserted ( uint32_t  cpu) const

◆ init()

void gem5::Gicv3::init ( )
overrideprotectedvirtual

init() is called after all C++ SimObjects have been created and all ports are connected.

Initializations that are independent of unserialization but rely on a fully instantiated and connected SimObject graph should be done here.

Reimplemented from gem5::BaseGic.

Definition at line 137 of file gic_v3.cc.

References gem5::Gicv3Distributor::ADDR_RANGE_SIZE, addrRanges, cpuInterfaces, distRange, distributor, Gicv3CPUInterface, Gicv3Distributor, Gicv3Redistributor, gem5::ArmISA::i, gem5::Gicv3Distributor::init(), gem5::BaseGic::init(), its, panic_if, gem5::BaseGic::params(), gem5::RangeSize(), redistRange, redistributors, redistSize, gem5::Gicv3Its::setGIC(), gem5::System::Threads::size(), gem5::PioDevice::sys, and gem5::System::threads.

◆ PARAMS()

gem5::Gicv3::PARAMS ( Gicv3  )
protected

◆ postInt()

void gem5::Gicv3::postInt ( uint32_t  cpu,
ArmISA::InterruptTypes  int_type 
)

◆ read()

Tick gem5::Gicv3::read ( PacketPtr  pkt)
overrideprotectedvirtual

◆ readCpu()

RegVal gem5::Gicv3::readCpu ( const ArmISA::Affinity &  aff,
ArmISA::MiscRegIndex  misc_reg 
)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 366 of file gic_v3.cc.

References getCPUInterfaceByAffinity().

◆ readDistributor()

uint32_t gem5::Gicv3::readDistributor ( Addr  daddr)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 352 of file gic_v3.cc.

References distributor, and gem5::Gicv3Distributor::read().

◆ readRedistributor()

uint32_t gem5::Gicv3::readRedistributor ( const ArmISA::Affinity &  aff,
Addr  daddr 
)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 358 of file gic_v3.cc.

References getRedistributorByAffinity().

◆ reset()

void gem5::Gicv3::reset ( )
protected

◆ sendInt()

void gem5::Gicv3::sendInt ( uint32_t  num)
overrideprotectedvirtual

Post an interrupt from a device that is connected to the GIC.

Depending on the configuration, the GIC will pass this interrupt on through to a CPU.

Parameters
numnumber of interrupt to send

Implements gem5::BaseGic.

Definition at line 250 of file gic_v3.cc.

References distributor, DPRINTF, and gem5::Gicv3Distributor::sendInt().

◆ sendPPInt()

void gem5::Gicv3::sendPPInt ( uint32_t  num,
uint32_t  cpu 
)
overrideprotectedvirtual

Interface call for private peripheral interrupts.

Parameters
numnumber of interrupt to send
cpuCPU to forward interrupt to

Implements gem5::BaseGic.

Definition at line 264 of file gic_v3.cc.

References DPRINTF, panic_if, and redistributors.

◆ serialize()

void gem5::Gicv3::serialize ( CheckpointOut cp) const
overrideprotectedvirtual

Serialize an object.

Output an object's state into the current checkpoint section.

Parameters
cpCheckpoint state

Implements gem5::Serializable.

Definition at line 409 of file gic_v3.cc.

References cpuInterfaces, gem5::csprintf(), distributor, redistributors, and gem5::Serializable::serializeSection().

◆ supportsVersion()

bool gem5::Gicv3::supportsVersion ( GicVersion  version)
overrideprotectedvirtual

Check if version supported.

Implements gem5::BaseGic.

Definition at line 290 of file gic_v3.cc.

References gem5::BaseGic::GIC_V3, gem5::BaseGic::GIC_V4, and gem5::BaseGic::params().

◆ unserialize()

void gem5::Gicv3::unserialize ( CheckpointIn cp)
overrideprotectedvirtual

Unserialize an object.

Read an object's state from the current checkpoint section.

Parameters
cpCheckpoint state

Implements gem5::Serializable.

Definition at line 425 of file gic_v3.cc.

References cpuInterfaces, gem5::csprintf(), distributor, gem5::BaseGic::getSystem(), redistributors, gem5::ArmSystem::setGIC(), and gem5::Serializable::unserializeSection().

◆ write()

Tick gem5::Gicv3::write ( PacketPtr  pkt)
overrideprotectedvirtual

◆ writeCpu()

void gem5::Gicv3::writeCpu ( const ArmISA::Affinity &  aff,
ArmISA::MiscRegIndex  misc_reg,
RegVal  data 
)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 388 of file gic_v3.cc.

References data, and getCPUInterfaceByAffinity().

◆ writeDistributor()

void gem5::Gicv3::writeDistributor ( Addr  daddr,
uint32_t  data 
)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 374 of file gic_v3.cc.

References data, distributor, and gem5::Gicv3Distributor::write().

◆ writeRedistributor()

void gem5::Gicv3::writeRedistributor ( const ArmISA::Affinity &  aff,
Addr  daddr,
uint32_t  data 
)
overridevirtual

Implements gem5::Gicv3Registers.

Definition at line 380 of file gic_v3.cc.

References data, and getRedistributorByAffinity().

Friends And Related Function Documentation

◆ Gicv3CPUInterface

friend class Gicv3CPUInterface
friend

Definition at line 98 of file gic_v3.hh.

Referenced by init().

◆ Gicv3Distributor

friend class Gicv3Distributor
friend

Definition at line 100 of file gic_v3.hh.

Referenced by init().

◆ Gicv3Redistributor

friend class Gicv3Redistributor
friend

Definition at line 99 of file gic_v3.hh.

Referenced by init().

Member Data Documentation

◆ addrRanges

AddrRangeList gem5::Gicv3::addrRanges
protected

Definition at line 108 of file gic_v3.hh.

Referenced by getAddrRanges(), and init().

◆ cpuInterfaces

std::vector<Gicv3CPUInterface *> gem5::Gicv3::cpuInterfaces
protected

Definition at line 104 of file gic_v3.hh.

Referenced by copyGicState(), getCPUInterface(), init(), serialize(), and unserialize().

◆ distRange

AddrRange gem5::Gicv3::distRange
protected

Definition at line 106 of file gic_v3.hh.

Referenced by init(), read(), and write().

◆ distributor

Gicv3Distributor* gem5::Gicv3::distributor
protected

◆ INTID_NONSECURE

const int gem5::Gicv3::INTID_NONSECURE = 1021
static

◆ INTID_SECURE

const int gem5::Gicv3::INTID_SECURE = 1020
static

◆ INTID_SPURIOUS

const int gem5::Gicv3::INTID_SPURIOUS = 1023
static

◆ its

Gicv3Its* gem5::Gicv3::its
protected

Definition at line 105 of file gic_v3.hh.

Referenced by init().

◆ PPI_MAX

const int gem5::Gicv3::PPI_MAX = 16
static

◆ redistRange

AddrRange gem5::Gicv3::redistRange
protected

Definition at line 107 of file gic_v3.hh.

Referenced by getRedistributorByAddr(), init(), read(), and write().

◆ redistributors

std::vector<Gicv3Redistributor *> gem5::Gicv3::redistributors
protected

◆ redistSize

uint64_t gem5::Gicv3::redistSize
protected

Definition at line 109 of file gic_v3.hh.

Referenced by getRedistributorByAddr(), init(), read(), and write().

◆ SGI_MAX

const int gem5::Gicv3::SGI_MAX = 16
static

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

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