gem5
v21.1.0.1
|
#include <gic_v2.hh>
Classes | |
struct | BankedRegs |
Registers "banked for each connected processor" per ARM IHI0048B. More... | |
Public Types | |
using | Params = GicV2Params |
![]() | |
enum | GicVersion { GicVersion::GIC_V2, GicVersion::GIC_V3, GicVersion::GIC_V4 } |
typedef BaseGicParams | Params |
![]() | |
using | Params = PioDeviceParams |
![]() | |
using | Params = ClockedObjectParams |
Parameters of ClockedObject. More... | |
![]() | |
typedef SimObjectParams | Params |
Public Member Functions | |
GicV2 (const Params &p) | |
~GicV2 () | |
DrainState | drain () override |
Draining is the process of clearing out the states of SimObjects.These are the SimObjects that are partially executed or are partially in flight. More... | |
void | drainResume () override |
Resume execution after a successful drain. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
AddrRangeList | getAddrRanges () const override |
Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to. More... | |
Tick | read (PacketPtr pkt) override |
A PIO read to the device, immediately split up into readDistributor() or readCpu() More... | |
Tick | write (PacketPtr pkt) override |
A PIO read to the device, immediately split up into writeDistributor() or writeCpu() More... | |
void | sendInt (uint32_t number) override |
Post an interrupt from a device that is connected to the GIC. More... | |
void | clearInt (uint32_t number) override |
Clear an interrupt from a device that is connected to the GIC. More... | |
void | sendPPInt (uint32_t num, uint32_t cpu) override |
Interface call for private peripheral interrupts. More... | |
void | clearPPInt (uint32_t num, uint32_t cpu) override |
bool | supportsVersion (GicVersion version) override |
Check if version supported. More... | |
![]() | |
BaseGic (const Params &p) | |
virtual | ~BaseGic () |
void | init () override |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
const Params & | params () const |
ArmSystem * | getSystem () const |
![]() | |
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... | |
Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) override |
Get a port with a given name and index. More... | |
![]() | |
ClockedObject (const ClockedObjectParams &p) | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
const Params & | params () 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... | |
ProbeManager * | getProbeManager () |
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... | |
![]() | |
EventQueue * | eventQueue () 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) | |
![]() | |
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) |
![]() | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
![]() | |
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 Info * | resolveStat (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 | |
Group & | operator= (const Group &)=delete |
![]() | |
Named (const std::string &name_) | |
virtual | ~Named ()=default |
virtual std::string | name () const |
![]() | |
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 |
Protected Types | |
enum | { GICD_CTLR = 0x000, GICD_TYPER = 0x004, GICD_IIDR = 0x008, GICD_SGIR = 0xf00, GICD_PIDR0 = 0xfe0, GICD_PIDR1 = 0xfe4, GICD_PIDR2 = 0xfe8, GICD_PIDR3 = 0xfec, DIST_SIZE = 0x1000 } |
enum | { GICC_CTLR = 0x00, GICC_PMR = 0x04, GICC_BPR = 0x08, GICC_IAR = 0x0C, GICC_EOIR = 0x10, GICC_RPR = 0x14, GICC_HPPIR = 0x18, GICC_ABPR = 0x1c, GICC_APR0 = 0xd0, GICC_APR1 = 0xd4, GICC_APR2 = 0xd8, GICC_APR3 = 0xdc, GICC_IIDR = 0xfc, GICC_DIR = 0x1000 } |
Protected Member Functions | |
BitUnion32 (SWI) Bitfield< 3 | |
EndBitUnion (SWI) BitUnion32(IAR) Bitfield< 9 | |
EndBitUnion (IAR) BitUnion32(CTLR) Bitfield< 3 > fiqEn | |
BankedRegs & | getBankedRegs (ContextID) |
uint32_t & | getIntEnabled (ContextID ctx, uint32_t ix) |
uint32_t & | getPendingInt (ContextID ctx, uint32_t ix) |
uint32_t & | getActiveInt (ContextID ctx, uint32_t ix) |
uint32_t & | getIntGroup (ContextID ctx, uint32_t ix) |
uint8_t & | getIntPriority (ContextID ctx, uint32_t ix) |
uint32_t & | getIntConfig (ContextID ctx, uint32_t ix) |
Reads the GICD_ICFGRn register. More... | |
uint8_t | getCpuTarget (ContextID ctx, uint32_t ix) const |
bool | isLevelSensitive (ContextID ctx, uint32_t int_num) |
bool | isGroup0 (ContextID ctx, uint32_t int_num) |
bool | isFiq (ContextID ctx, uint32_t int_num) |
This method checks if an interrupt ID must be signaled or has been signaled as a FIQ to the cpu. More... | |
bool | cpuEnabled (ContextID ctx) const |
CPU enabled: Checks if GICC_CTLR.EnableGrp0 or EnableGrp1 are set. More... | |
uint8_t | getCpuPriority (unsigned cpu) |
void | softInt (ContextID ctx, SWI swi) |
software generated interrupt More... | |
virtual void | updateIntState (int hint) |
See if some processor interrupt flags need to be enabled/disabled. More... | |
void | updateRunPri () |
Update the register that records priority of the highest priority active interrupt. More... | |
uint64_t | genSwiMask (int cpu) |
generate a bit mask to check cpuSgi for an interrupt. More... | |
int | intNumToWord (int num) const |
int | intNumToBit (int num) const |
void | clearInt (ContextID ctx, uint32_t int_num) |
Clears a cpu IRQ or FIQ signal. More... | |
void | postInt (uint32_t cpu, Tick when) |
Post an interrupt to a CPU with a delay. More... | |
void | postFiq (uint32_t cpu, Tick when) |
void | postDelayedInt (uint32_t cpu) |
Deliver a delayed interrupt to the target CPU. More... | |
void | postDelayedFiq (uint32_t cpu) |
Tick | readDistributor (PacketPtr pkt) |
Handle a read to the distributor portion of the GIC. More... | |
uint32_t | readDistributor (ContextID ctx, Addr daddr, size_t resp_sz) |
uint32_t | readDistributor (ContextID ctx, Addr daddr) override |
Tick | readCpu (PacketPtr pkt) |
Handle a read to the cpu portion of the GIC. More... | |
uint32_t | readCpu (ContextID ctx, Addr daddr) override |
Tick | writeDistributor (PacketPtr pkt) |
Handle a write to the distributor portion of the GIC. More... | |
void | writeDistributor (ContextID ctx, Addr daddr, uint32_t data, size_t data_sz) |
void | writeDistributor (ContextID ctx, Addr daddr, uint32_t data) override |
Tick | writeCpu (PacketPtr pkt) |
Handle a write to the cpu portion of the GIC. More... | |
void | writeCpu (ContextID ctx, Addr daddr, uint32_t data) override |
![]() | |
Drainable () | |
virtual | ~Drainable () |
void | signalDrainDone () const |
Signal that an object is drained. More... | |
![]() | |
Clocked (ClockDomain &clk_domain) | |
Create a clocked object and set the clock domain based on the parameters. More... | |
Clocked (Clocked &)=delete | |
Clocked & | operator= (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 | |
const uint32_t | gicdPIDR |
const uint32_t | gicdIIDR |
const uint32_t | giccIIDR |
sgi_id | |
Bitfield< 23, 16 > | cpu_list |
Bitfield< 25, 24 > | list_type |
ack_id | |
Bitfield< 12, 10 > | cpu_id |
Bitfield< 1 > | enableGrp1 |
Bitfield< 0 > | enableGrp0 |
const EndBitUnion(CTLR) protected AddrRange | cpuRange |
Address range for the distributor interface. More... | |
const AddrRangeList | addrRanges |
All address ranges used by this GIC. More... | |
const Tick | distPioDelay |
Latency for a distributor operation. More... | |
const Tick | cpuPioDelay |
Latency for a cpu operation. More... | |
const Tick | intLatency |
Latency for a interrupt to get to CPU. More... | |
bool | enabled |
Gic enabled. More... | |
const bool | haveGem5Extensions |
Are gem5 extensions available? More... | |
bool | gem5ExtensionsEnabled |
gem5 many-core extension enabled by driver More... | |
uint32_t | itLines |
Number of itLines enabled. More... | |
std::vector< BankedRegs * > | bankedRegs |
uint32_t | intEnabled [INT_BITS_MAX-1] |
GICD_I{S,C}ENABLER{1..31} interrupt enable bits for global interrupts 1b per interrupt, 32 bits per word, 31 words. More... | |
uint32_t | pendingInt [INT_BITS_MAX-1] |
GICD_I{S,C}PENDR{1..31} interrupt pending bits for global interrupts 1b per interrupt, 32 bits per word, 31 words. More... | |
uint32_t | activeInt [INT_BITS_MAX-1] |
GICD_I{S,C}ACTIVER{1..31} interrupt active bits for global interrupts 1b per interrupt, 32 bits per word, 31 words. More... | |
uint32_t | intGroup [INT_BITS_MAX-1] |
GICD_IGROUPR{1..31} interrupt group bits for global interrupts 1b per interrupt, 32 bits per word, 31 words. More... | |
uint32_t | iccrpr [CPU_MAX] |
read only running priority register, 1 per cpu More... | |
uint8_t | intPriority [GLOBAL_INT_LINES] |
GICD_IPRIORITYR{8..255} an 8 bit priority (lower is higher priority) for each of the global (not replicated per CPU) interrupts. More... | |
uint32_t | intConfig [INT_BITS_MAX *2 - 2] |
GICD_ICFGR{2...63} 2 bit per interrupt signaling if it's level or edge sensitive and if it is 1:N or N:N. More... | |
uint8_t | cpuTarget [GLOBAL_INT_LINES] |
GICD_ITARGETSR{8..255} an 8 bit cpu target id for each global interrupt. More... | |
CTLR | cpuControl [CPU_MAX] |
GICC_CTLR: CPU interface control register. More... | |
uint8_t | cpuPriority [CPU_MAX] |
CPU priority. More... | |
uint8_t | cpuBpr [CPU_MAX] |
Binary point registers. More... | |
uint32_t | cpuHighestInt [CPU_MAX] |
highest interrupt that is interrupting CPU More... | |
uint64_t | cpuSgiPending [SGI_MAX] |
One bit per cpu per software interrupt that is pending for each possible sgi source. More... | |
uint64_t | cpuSgiActive [SGI_MAX] |
uint32_t | cpuSgiPendingExt [CPU_MAX] |
SGI pending arrays for gem5 GIC extension mode, which instead keeps 16 SGI pending bits for each of the (large number of) CPUs. More... | |
uint32_t | cpuSgiActiveExt [CPU_MAX] |
uint32_t | cpuPpiPending [CPU_MAX] |
One bit per private peripheral interrupt. More... | |
uint32_t | cpuPpiActive [CPU_MAX] |
EventFunctionWrapper * | postIntEvent [CPU_MAX] |
EventFunctionWrapper * | postFiqEvent [CPU_MAX] |
int | pendingDelayedInterrupts |
![]() | |
Platform * | platform |
Platform this GIC belongs to. More... | |
![]() | |
System * | sys |
PioPort< PioDevice > | pioPort |
The pioPort that handles the requests for us and provides us requests that it sees. More... | |
![]() | |
const SimObjectParams & | _params |
Cached copy of the object parameters. More... | |
![]() | |
EventQueue * | eventq |
A pointer to this object's event queue. More... | |
Static Protected Attributes | |
static const AddrRange | GICD_IGROUPR |
static const AddrRange | GICD_ISENABLER |
static const AddrRange | GICD_ICENABLER |
static const AddrRange | GICD_ISPENDR |
static const AddrRange | GICD_ICPENDR |
static const AddrRange | GICD_ISACTIVER |
static const AddrRange | GICD_ICACTIVER |
static const AddrRange | GICD_IPRIORITYR |
static const AddrRange | GICD_ITARGETSR |
static const AddrRange | GICD_ICFGR |
static const int | SGI_MAX = 16 |
static const int | PPI_MAX = 16 |
static const int | SGI_MASK = 0xFFFF0000 |
Mask off SGI's when setting/clearing pending bits. More... | |
static const int | NN_CONFIG_MASK = 0x55555555 |
Mask for bits that config N:N mode in GICD_ICFGR's. More... | |
static const int | CPU_MAX = 256 |
static const int | SPURIOUS_INT = 1023 |
static const int | INT_BITS_MAX = 32 |
static const int | INT_LINES_MAX = 1020 |
static const int | GLOBAL_INT_LINES = INT_LINES_MAX - SGI_MAX - PPI_MAX |
static const int | GICC_BPR_MINIMUM = 2 |
minimum value for Binary Point Register ("IMPLEMENTATION DEFINED"); chosen for consistency with Linux's in-kernel KVM GIC model More... | |
Additional Inherited Members | |
![]() | |
static void | serializeAll (const std::string &cpt_dir) |
Create a checkpoint by serializing all SimObjects in the system. More... | |
static SimObject * | find (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 SimObjectResolver * | getSimObjectResolver () |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More... | |
![]() | |
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... | |
![]() | |
PowerState * | powerState |
using gem5::GicV2::Params = GicV2Params |
|
protected |
|
protected |
gem5::GicV2::GicV2 | ( | const Params & | p | ) |
gem5::GicV2::~GicV2 | ( | ) |
Definition at line 106 of file gic_v2.cc.
References CPU_MAX, postFiqEvent, postIntEvent, and gem5::RiscvISA::x.
|
protected |
|
protected |
Clears a cpu IRQ or FIQ signal.
Definition at line 923 of file gic_v2.cc.
References gem5::ArmISA::INT_FIQ, gem5::ArmISA::INT_IRQ, isFiq(), gem5::PioDevice::sys, and gem5::System::threads.
Referenced by gem5::MuxingKvmGic::clearInt(), readCpu(), and updateIntState().
|
overridevirtual |
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.
num | number of interrupt to send |
Implements gem5::BaseGic.
Definition at line 889 of file gic_v2.cc.
References DPRINTF, getCpuTarget(), getPendingInt(), intNumToBit(), intNumToWord(), isLevelSensitive(), and updateIntState().
|
overridevirtual |
Implements gem5::BaseGic.
Definition at line 908 of file gic_v2.cc.
References cpuPpiPending, DPRINTF, intNumToWord(), isLevelSensitive(), SGI_MAX, and updateIntState().
Referenced by gem5::MuxingKvmGic::clearPPInt().
|
inlineprotected |
CPU enabled: Checks if GICC_CTLR.EnableGrp0 or EnableGrp1 are set.
Definition at line 404 of file gic_v2.hh.
References cpuControl.
Referenced by readCpu(), softInt(), updateIntState(), updateRunPri(), and writeCpu().
|
overridevirtual |
Draining is the process of clearing out the states of SimObjects.These are the SimObjects that are partially executed or are partially in flight.
Draining is mostly used before forking and creating a check point.
This function notifies an object that it needs to drain its state.
If the object does not need further simulation to drain internal buffers, it returns DrainState::Drained and automatically switches to the Drained state. If the object needs more simulation, it returns DrainState::Draining and automatically enters the Draining state. Other return values are invalid.
Implements gem5::Drainable.
Definition at line 980 of file gic_v2.cc.
References gem5::Drained, gem5::Draining, and pendingDelayedInterrupts.
Referenced by gem5::MuxingKvmGic::drain().
|
overridevirtual |
Resume execution after a successful drain.
Reimplemented from gem5::Drainable.
Definition at line 991 of file gic_v2.cc.
References updateIntState().
Referenced by gem5::MuxingKvmGic::drainResume().
|
protected |
|
protected |
|
protected |
generate a bit mask to check cpuSgi for an interrupt.
Definition at line 721 of file gic_v2.cc.
References panic_if, gem5::System::Threads::size(), gem5::PioDevice::sys, and gem5::System::threads.
Referenced by updateIntState(), and updateRunPri().
|
inlineprotected |
Definition at line 258 of file gic_v2.hh.
References gem5::GicV2::BankedRegs::activeInt, activeInt, getBankedRegs(), and INT_BITS_MAX.
Referenced by readCpu(), readDistributor(), updateIntState(), updateRunPri(), writeCpu(), and writeDistributor().
|
inlineoverridevirtual |
Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to.
Implements gem5::PioDevice.
Definition at line 494 of file gic_v2.hh.
References addrRanges.
|
protected |
Definition at line 641 of file gic_v2.cc.
References bankedRegs.
Referenced by getActiveInt(), getIntConfig(), getIntEnabled(), getIntGroup(), getIntPriority(), getPendingInt(), and unserialize().
|
protected |
Definition at line 728 of file gic_v2.cc.
References cpuBpr, and cpuPriority.
Referenced by updateIntState().
|
inlineprotected |
Definition at line 334 of file gic_v2.hh.
References cpuTarget, fatal_if, gem5ExtensionsEnabled, INT_LINES_MAX, gem5::Named::name(), PPI_MAX, and SGI_MAX.
Referenced by clearInt(), readDistributor(), sendInt(), and updateIntState().
|
inlineprotected |
Reads the GICD_ICFGRn register.
ctx | context id (PE specific) |
ix | interrupt word index |
SGIs and PPIs
Definition at line 317 of file gic_v2.hh.
References getBankedRegs(), INT_BITS_MAX, gem5::GicV2::BankedRegs::intConfig, and intConfig.
Referenced by isLevelSensitive(), readDistributor(), and writeDistributor().
|
inlineprotected |
Definition at line 227 of file gic_v2.hh.
References getBankedRegs(), gem5::GicV2::BankedRegs::intEnabled, and intEnabled.
Referenced by readDistributor(), updateIntState(), and writeDistributor().
|
inlineprotected |
Definition at line 274 of file gic_v2.hh.
References getBankedRegs(), INT_BITS_MAX, gem5::GicV2::BankedRegs::intGroup, and intGroup.
Referenced by isGroup0(), readDistributor(), and writeDistributor().
|
inlineprotected |
Definition at line 294 of file gic_v2.hh.
References getBankedRegs(), INT_LINES_MAX, gem5::GicV2::BankedRegs::intPriority, intPriority, PPI_MAX, and SGI_MAX.
Referenced by readDistributor(), updateIntState(), updateRunPri(), and writeDistributor().
|
inlineprotected |
Definition at line 242 of file gic_v2.hh.
References getBankedRegs(), INT_BITS_MAX, gem5::GicV2::BankedRegs::pendingInt, and pendingInt.
Referenced by clearInt(), readCpu(), readDistributor(), sendInt(), updateIntState(), and writeDistributor().
|
inlineprotected |
Definition at line 461 of file gic_v2.hh.
Referenced by clearInt(), isGroup0(), isLevelSensitive(), readCpu(), sendInt(), updateIntState(), updateRunPri(), and writeCpu().
|
inlineprotected |
Definition at line 460 of file gic_v2.hh.
Referenced by clearInt(), clearPPInt(), isGroup0(), isLevelSensitive(), readCpu(), sendInt(), sendPPInt(), updateIntState(), updateRunPri(), and writeCpu().
|
inlineprotected |
This method checks if an interrupt ID must be signaled or has been signaled as a FIQ to the cpu.
It does that by reading:
1) GICD_IGROUPR: controls if the interrupt is part of group0 or group1. Only group0 interrupts can be signaled as FIQs.
2) GICC_CTLR.FIQEn: controls whether the CPU interface signals Group 0 interrupts to a target processor using the FIQ or the IRQ signal
Definition at line 388 of file gic_v2.hh.
References cpuControl, and isGroup0().
Referenced by clearInt(), and updateIntState().
|
inlineprotected |
Definition at line 371 of file gic_v2.hh.
References gem5::bits(), getIntGroup(), intNumToBit(), and intNumToWord().
Referenced by isFiq().
|
inlineprotected |
Definition at line 359 of file gic_v2.hh.
References gem5::bits(), getIntConfig(), intNumToBit(), intNumToWord(), and SPURIOUS_INT.
Referenced by clearInt(), clearPPInt(), readCpu(), and updateIntState().
|
protected |
Definition at line 969 of file gic_v2.cc.
References gem5::ArmISA::INT_FIQ, pendingDelayedInterrupts, gem5::Drainable::signalDrainDone(), gem5::PioDevice::sys, and gem5::System::threads.
|
protected |
Deliver a delayed interrupt to the target CPU.
Definition at line 943 of file gic_v2.cc.
References gem5::ArmISA::INT_IRQ, pendingDelayedInterrupts, gem5::Drainable::signalDrainDone(), gem5::PioDevice::sys, and gem5::System::threads.
|
protected |
Definition at line 954 of file gic_v2.cc.
References gem5::EventManager::eventq, pendingDelayedInterrupts, postFiqEvent, and gem5::EventQueue::schedule().
Referenced by updateIntState().
|
protected |
Post an interrupt to a CPU with a delay.
Definition at line 934 of file gic_v2.cc.
References gem5::EventManager::eventq, pendingDelayedInterrupts, postIntEvent, and gem5::EventQueue::schedule().
Referenced by updateIntState().
A PIO read to the device, immediately split up into readDistributor() or readCpu()
Implements gem5::PioDevice.
Definition at line 115 of file gic_v2.cc.
References gem5::X86ISA::addr, gem5::AddrRange::contains(), cpuRange, gem5::Packet::getAddr(), panic, readCpu(), and readDistributor().
Referenced by gem5::MuxingKvmGic::read().
Implements gem5::BaseGicRegisters.
Definition at line 307 of file gic_v2.cc.
References gem5::bits(), clearInt(), cpuBpr, cpuControl, cpuEnabled(), cpuHighestInt, cpuPpiActive, cpuPpiPending, cpuPriority, cpuSgiActive, cpuSgiActiveExt, cpuSgiPending, cpuSgiPendingExt, DPRINTF, enabled, gem5ExtensionsEnabled, getActiveInt(), getPendingInt(), GICC_BPR, GICC_CTLR, GICC_HPPIR, GICC_IAR, GICC_IIDR, GICC_PMR, GICC_RPR, giccIIDR, iccrpr, intNumToBit(), intNumToWord(), isLevelSensitive(), gem5::System::Threads::numRunning(), panic, panic_if, PPI_MAX, SGI_MAX, SPURIOUS_INT, gem5::PioDevice::sys, gem5::System::threads, updateIntState(), updateRunPri(), and gem5::RiscvISA::x.
Handle a read to the cpu portion of the GIC.
pkt | packet to respond to |
Definition at line 290 of file gic_v2.cc.
References cpuPioDelay, cpuRange, DPRINTF, gem5::Packet::getAddr(), gem5::Packet::makeAtomicResponse(), gem5::Packet::req, gem5::Packet::setLE(), and gem5::AddrRange::start().
Referenced by read().
Implements gem5::BaseGicRegisters.
Definition at line 523 of file gic_v2.hh.
References readDistributor().
Definition at line 171 of file gic_v2.cc.
References gem5::AddrRange::contains(), DPRINTF, enabled, getActiveInt(), getCpuTarget(), getIntConfig(), getIntEnabled(), getIntGroup(), getIntPriority(), getPendingInt(), GICD_CTLR, GICD_ICACTIVER, GICD_ICENABLER, GICD_ICFGR, GICD_ICPENDR, GICD_IGROUPR, GICD_IIDR, GICD_IPRIORITYR, GICD_ISACTIVER, GICD_ISENABLER, GICD_ISPENDR, GICD_ITARGETSR, GICD_PIDR0, GICD_PIDR1, GICD_PIDR2, GICD_PIDR3, GICD_TYPER, gicdIIDR, gicdPIDR, haveGem5Extensions, INT_BITS_MAX, INT_LINES_MAX, itLines, gem5::mbits(), gem5::System::Threads::numRunning(), panic, gem5::AddrRange::start(), gem5::PioDevice::sys, and gem5::System::threads.
Handle a read to the distributor portion of the GIC.
pkt | packet to respond to |
Definition at line 142 of file gic_v2.cc.
References distPioDelay, DPRINTF, gem5::Packet::getAddr(), gem5::Packet::getSize(), gem5::Packet::makeAtomicResponse(), panic, gem5::Packet::req, and gem5::Packet::setLE().
Referenced by read(), and readDistributor().
|
overridevirtual |
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.
num | number of interrupt to send |
Implements gem5::BaseGic.
Definition at line 866 of file gic_v2.cc.
References DPRINTF, gem5ExtensionsEnabled, getCpuTarget(), getPendingInt(), intNumToBit(), intNumToWord(), panic, panic_if, PPI_MAX, SGI_MAX, and updateIntState().
Referenced by gem5::MuxingKvmGic::sendInt().
|
overridevirtual |
Interface call for private peripheral interrupts.
num | number of interrupt to send |
cpu | CPU to forward interrupt to |
Implements gem5::BaseGic.
Definition at line 880 of file gic_v2.cc.
References cpuPpiPending, DPRINTF, intNumToWord(), SGI_MAX, and updateIntState().
Referenced by gem5::MuxingKvmGic::sendPPInt().
|
overridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 998 of file gic_v2.cc.
References activeInt, bankedRegs, CPU_MAX, cpuBpr, cpuControl, cpuHighestInt, cpuPpiActive, cpuPpiPending, cpuPriority, cpuSgiActive, cpuSgiActiveExt, cpuSgiPending, cpuSgiPendingExt, cpuTarget, gem5::csprintf(), DPRINTF, enabled, gem5ExtensionsEnabled, GLOBAL_INT_LINES, gem5::ArmISA::i, iccrpr, INT_BITS_MAX, intConfig, intEnabled, intGroup, intPriority, itLines, pendingInt, SERIALIZE_ARRAY, SERIALIZE_SCALAR, and SGI_MAX.
|
protected |
software generated interrupt
data | data to decode that indicates which cpus to interrupt |
Definition at line 651 of file gic_v2.cc.
References cpu_list, cpuEnabled(), cpuSgiPending, cpuSgiPendingExt, DPRINTF, gem5ExtensionsEnabled, gem5::ArmISA::i, gem5::System::Threads::size(), gem5::PioDevice::sys, gem5::System::threads, updateIntState(), and gem5::RiscvISA::x.
Referenced by writeDistributor().
|
overridevirtual |
Check if version supported.
Implements gem5::BaseGic.
Definition at line 963 of file gic_v2.cc.
References gem5::BaseGic::GIC_V2.
|
overridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements gem5::Serializable.
Definition at line 1043 of file gic_v2.cc.
References activeInt, CPU_MAX, cpuBpr, cpuControl, cpuHighestInt, cpuPpiActive, cpuPpiPending, cpuPriority, cpuSgiActive, cpuSgiActiveExt, cpuSgiPending, cpuSgiPendingExt, cpuTarget, gem5::csprintf(), gem5::Serializable::currentSection(), DPRINTF, enabled, gem5::CheckpointIn::entryExists(), gem5ExtensionsEnabled, getBankedRegs(), GLOBAL_INT_LINES, gem5::ArmISA::i, iccrpr, INT_BITS_MAX, intConfig, intEnabled, intGroup, intPriority, itLines, pendingInt, postIntEvent, gem5::EventManager::schedule(), gem5::CheckpointIn::sectionExists(), SGI_MAX, gem5::GicV2::BankedRegs::unserialize(), UNSERIALIZE_ARRAY, UNSERIALIZE_OPT_SCALAR, and UNSERIALIZE_SCALAR.
|
protectedvirtual |
See if some processor interrupt flags need to be enabled/disabled.
hint | which set of interrupts needs to be checked |
Reimplemented in gem5::MuxingKvmGic.
Definition at line 739 of file gic_v2.cc.
References gem5::bits(), clearInt(), cpuEnabled(), cpuHighestInt, cpuPpiPending, cpuSgiPending, cpuSgiPendingExt, gem5::curTick(), DPRINTF, enabled, gem5ExtensionsEnabled, genSwiMask(), getActiveInt(), getCpuPriority(), getCpuTarget(), getIntEnabled(), getIntPriority(), getPendingInt(), INT_BITS_MAX, intLatency, intNumToBit(), intNumToWord(), isFiq(), isLevelSensitive(), itLines, gem5::System::Threads::numRunning(), postFiq(), postInt(), PPI_MAX, SGI_MAX, gem5::System::Threads::size(), SPURIOUS_INT, gem5::PioDevice::sys, gem5::System::threads, and gem5::RiscvISA::x.
Referenced by clearInt(), clearPPInt(), drainResume(), readCpu(), sendInt(), sendPPInt(), softInt(), gem5::MuxingKvmGic::updateIntState(), writeCpu(), and writeDistributor().
|
protected |
Update the register that records priority of the highest priority active interrupt.
Definition at line 837 of file gic_v2.cc.
References cpuEnabled(), cpuPpiActive, cpuSgiActive, cpuSgiActiveExt, genSwiMask(), getActiveInt(), getIntPriority(), gem5::ArmISA::i, iccrpr, intNumToBit(), intNumToWord(), itLines, PPI_MAX, SGI_MAX, gem5::System::Threads::size(), gem5::PioDevice::sys, and gem5::System::threads.
Referenced by readCpu(), writeCpu(), and writeDistributor().
A PIO read to the device, immediately split up into writeDistributor() or writeCpu()
Implements gem5::PioDevice.
Definition at line 129 of file gic_v2.cc.
References gem5::X86ISA::addr, gem5::AddrRange::contains(), cpuRange, gem5::Packet::getAddr(), panic, writeCpu(), and writeDistributor().
Referenced by gem5::MuxingKvmGic::write().
Implements gem5::BaseGicRegisters.
Definition at line 578 of file gic_v2.cc.
References cpuBpr, cpuControl, cpuEnabled(), cpuPpiActive, cpuPriority, cpuSgiActive, cpuSgiActiveExt, data, DPRINTF, gem5ExtensionsEnabled, getActiveInt(), GICC_APR0, GICC_APR1, GICC_APR2, GICC_APR3, GICC_BPR, GICC_BPR_MINIMUM, GICC_CTLR, GICC_DIR, GICC_EOIR, GICC_PMR, intNumToBit(), intNumToWord(), panic, PPI_MAX, SGI_MAX, updateIntState(), updateRunPri(), and warn.
Handle a write to the cpu portion of the GIC.
pkt | packet to respond to |
Definition at line 560 of file gic_v2.cc.
References cpuPioDelay, cpuRange, data, DPRINTF, gem5::Packet::getAddr(), gem5::Packet::getLE(), gem5::Packet::makeAtomicResponse(), gem5::Packet::req, and gem5::AddrRange::start().
Referenced by write().
|
inlineoverrideprotectedvirtual |
Implements gem5::BaseGicRegisters.
Definition at line 541 of file gic_v2.hh.
References data, and writeDistributor().
|
protected |
Definition at line 424 of file gic_v2.cc.
References gem5::bits(), gem5::AddrRange::contains(), cpuTarget, data, DPRINTF, enabled, gem5ExtensionsEnabled, getActiveInt(), getIntConfig(), getIntEnabled(), getIntGroup(), getIntPriority(), getPendingInt(), GICD_CTLR, GICD_ICACTIVER, GICD_ICENABLER, GICD_ICFGR, GICD_ICPENDR, GICD_IGROUPR, GICD_IPRIORITYR, GICD_ISACTIVER, GICD_ISENABLER, GICD_ISPENDR, GICD_ITARGETSR, GICD_SGIR, GICD_TYPER, haveGem5Extensions, gem5::mask(), NN_CONFIG_MASK, gem5::ArmISA::offset, panic, PPI_MAX, SGI_MASK, SGI_MAX, softInt(), gem5::AddrRange::start(), updateIntState(), updateRunPri(), and warn.
Handle a write to the distributor portion of the GIC.
pkt | packet to respond to |
Definition at line 389 of file gic_v2.cc.
References distPioDelay, DPRINTF, gem5::Packet::getAddr(), gem5::Packet::getLE(), gem5::Packet::getSize(), gem5::Packet::makeAtomicResponse(), panic, and gem5::Packet::req.
Referenced by write(), and writeDistributor().
|
protected |
GICD_I{S,C}ACTIVER{1..31} interrupt active bits for global interrupts 1b per interrupt, 32 bits per word, 31 words.
Definition at line 255 of file gic_v2.hh.
Referenced by getActiveInt(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
All address ranges used by this GIC.
Definition at line 158 of file gic_v2.hh.
Referenced by getAddrRanges().
|
protected |
Definition at line 217 of file gic_v2.hh.
Referenced by getBankedRegs(), and serialize().
|
protected |
|
staticprotected |
Definition at line 123 of file gic_v2.hh.
Referenced by serialize(), unserialize(), and ~GicV2().
|
protected |
Binary point registers.
Definition at line 420 of file gic_v2.hh.
Referenced by getCpuPriority(), readCpu(), serialize(), unserialize(), and writeCpu().
|
protected |
GICC_CTLR: CPU interface control register.
Definition at line 413 of file gic_v2.hh.
Referenced by cpuEnabled(), isFiq(), readCpu(), serialize(), unserialize(), and writeCpu().
|
protected |
highest interrupt that is interrupting CPU
Definition at line 423 of file gic_v2.hh.
Referenced by readCpu(), serialize(), unserialize(), and updateIntState().
|
protected |
Latency for a cpu operation.
Definition at line 164 of file gic_v2.hh.
Referenced by readCpu(), and writeCpu().
|
protected |
Definition at line 441 of file gic_v2.hh.
Referenced by readCpu(), serialize(), unserialize(), updateRunPri(), and writeCpu().
|
protected |
One bit per private peripheral interrupt.
Only upper 16 bits will be used since PPI interrupts are numberred from 16 to 32
Definition at line 440 of file gic_v2.hh.
Referenced by clearPPInt(), readCpu(), sendPPInt(), serialize(), unserialize(), and updateIntState().
|
protected |
CPU priority.
Definition at line 416 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::fromKvmToGicV2(), getCpuPriority(), readCpu(), serialize(), unserialize(), and writeCpu().
|
protected |
|
protected |
Definition at line 430 of file gic_v2.hh.
Referenced by readCpu(), serialize(), unserialize(), updateRunPri(), and writeCpu().
|
protected |
Definition at line 436 of file gic_v2.hh.
Referenced by readCpu(), serialize(), unserialize(), updateRunPri(), and writeCpu().
|
protected |
One bit per cpu per software interrupt that is pending for each possible sgi source.
Indexed by SGI number. Each byte in generating cpu id and bits in position is destination id. e.g. 0x4 = CPU 0 generated interrupt for CPU 2.
Definition at line 429 of file gic_v2.hh.
Referenced by readCpu(), serialize(), softInt(), unserialize(), and updateIntState().
|
protected |
SGI pending arrays for gem5 GIC extension mode, which instead keeps 16 SGI pending bits for each of the (large number of) CPUs.
Definition at line 435 of file gic_v2.hh.
Referenced by readCpu(), serialize(), softInt(), unserialize(), and updateIntState().
|
protected |
GICD_ITARGETSR{8..255} an 8 bit cpu target id for each global interrupt.
Definition at line 331 of file gic_v2.hh.
Referenced by getCpuTarget(), serialize(), unserialize(), and writeDistributor().
|
protected |
Latency for a distributor operation.
Definition at line 161 of file gic_v2.hh.
Referenced by readDistributor(), and writeDistributor().
|
protected |
Gic enabled.
Definition at line 171 of file gic_v2.hh.
Referenced by readCpu(), readDistributor(), serialize(), unserialize(), updateIntState(), and writeDistributor().
|
protected |
gem5 many-core extension enabled by driver
Definition at line 177 of file gic_v2.hh.
Referenced by getCpuTarget(), readCpu(), sendInt(), serialize(), softInt(), unserialize(), updateIntState(), writeCpu(), and writeDistributor().
|
staticprotected |
minimum value for Binary Point Register ("IMPLEMENTATION DEFINED"); chosen for consistency with Linux's in-kernel KVM GIC model
Definition at line 131 of file gic_v2.hh.
Referenced by writeCpu().
|
protected |
|
staticprotected |
Definition at line 90 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 86 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 93 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 88 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 84 of file gic_v2.hh.
Referenced by readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 91 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 89 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 85 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 87 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
staticprotected |
Definition at line 92 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), and writeDistributor().
|
protected |
Definition at line 81 of file gic_v2.hh.
Referenced by readDistributor().
|
protected |
Definition at line 80 of file gic_v2.hh.
Referenced by readDistributor().
|
staticprotected |
Definition at line 127 of file gic_v2.hh.
Referenced by serialize(), and unserialize().
|
protected |
Are gem5 extensions available?
Definition at line 174 of file gic_v2.hh.
Referenced by readDistributor(), and writeDistributor().
|
protected |
read only running priority register, 1 per cpu
Definition at line 285 of file gic_v2.hh.
Referenced by readCpu(), serialize(), unserialize(), and updateRunPri().
|
staticprotected |
Definition at line 125 of file gic_v2.hh.
Referenced by getActiveInt(), getIntConfig(), getIntGroup(), getPendingInt(), readDistributor(), serialize(), unserialize(), and updateIntState().
|
staticprotected |
Definition at line 126 of file gic_v2.hh.
Referenced by getCpuTarget(), getIntPriority(), and readDistributor().
|
protected |
GICD_ICFGR{2...63} 2 bit per interrupt signaling if it's level or edge sensitive and if it is 1:N or N:N.
Definition at line 308 of file gic_v2.hh.
Referenced by getIntConfig(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
GICD_I{S,C}ENABLER{1..31} interrupt enable bits for global interrupts 1b per interrupt, 32 bits per word, 31 words.
Definition at line 224 of file gic_v2.hh.
Referenced by getIntEnabled(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
GICD_IGROUPR{1..31} interrupt group bits for global interrupts 1b per interrupt, 32 bits per word, 31 words.
Definition at line 271 of file gic_v2.hh.
Referenced by getIntGroup(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
Latency for a interrupt to get to CPU.
Definition at line 167 of file gic_v2.hh.
Referenced by updateIntState().
|
protected |
GICD_IPRIORITYR{8..255} an 8 bit priority (lower is higher priority) for each of the global (not replicated per CPU) interrupts.
Definition at line 291 of file gic_v2.hh.
Referenced by getIntPriority(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
Number of itLines enabled.
Definition at line 180 of file gic_v2.hh.
Referenced by gem5::MuxingKvmGic::copyGicState(), readDistributor(), serialize(), unserialize(), updateIntState(), and updateRunPri().
|
staticprotected |
Mask for bits that config N:N mode in GICD_ICFGR's.
Definition at line 121 of file gic_v2.hh.
Referenced by writeDistributor().
|
protected |
Definition at line 480 of file gic_v2.hh.
Referenced by drain(), postDelayedFiq(), postDelayedInt(), postFiq(), and postInt().
|
protected |
GICD_I{S,C}PENDR{1..31} interrupt pending bits for global interrupts 1b per interrupt, 32 bits per word, 31 words.
Definition at line 239 of file gic_v2.hh.
Referenced by getPendingInt(), serialize(), gem5::GicV2::BankedRegs::unserialize(), and unserialize().
|
protected |
|
protected |
Definition at line 478 of file gic_v2.hh.
Referenced by postInt(), unserialize(), and ~GicV2().
|
staticprotected |
Definition at line 115 of file gic_v2.hh.
Referenced by getCpuTarget(), getIntPriority(), readCpu(), sendInt(), gem5::GicV2::BankedRegs::serialize(), gem5::GicV2::BankedRegs::unserialize(), updateIntState(), updateRunPri(), writeCpu(), and writeDistributor().
|
staticprotected |
Mask off SGI's when setting/clearing pending bits.
Definition at line 118 of file gic_v2.hh.
Referenced by writeDistributor().
|
staticprotected |
Definition at line 114 of file gic_v2.hh.
Referenced by clearPPInt(), getCpuTarget(), getIntPriority(), readCpu(), sendInt(), sendPPInt(), gem5::GicV2::BankedRegs::serialize(), serialize(), gem5::GicV2::BankedRegs::unserialize(), unserialize(), updateIntState(), updateRunPri(), writeCpu(), and writeDistributor().
|
staticprotected |
Definition at line 124 of file gic_v2.hh.
Referenced by isLevelSensitive(), readCpu(), and updateIntState().