46 #ifndef __DEV_ARM_GICV2_H__ 47 #define __DEV_ARM_GICV2_H__ 57 #include "params/GicV2.hh" 203 intEnabled(0), pendingInt(0), activeInt(0),
204 intGroup(0), intPriority {0}
220 return intEnabled[ix - 1];
230 assert(ix < INT_BITS_MAX);
234 return pendingInt[ix - 1];
244 assert(ix < INT_BITS_MAX);
248 return activeInt[ix - 1];
258 assert(ix < INT_BITS_MAX);
262 return intGroup[ix - 1];
276 assert(ix < INT_LINES_MAX);
277 if (ix < SGI_MAX + PPI_MAX) {
280 return intPriority[ix - (SGI_MAX +
PPI_MAX)];
288 assert(ix < INT_LINES_MAX);
290 const uint8_t cfg_hi = cfg_low + 1;
300 assert(ctx < sys->numRunningContexts());
301 assert(ix < INT_LINES_MAX);
302 if (ix < SGI_MAX + PPI_MAX) {
311 "%s requires the gem5_extensions parameter to support " 312 "more than 8 cores\n",
name());
318 return cpuTarget[ix - 32];
327 if (ix == SPURIOUS_INT) {
350 const bool is_group0 =
isGroup0(ctx, int_num);
353 if (is_group0 && use_fiq) {
445 return dynamic_cast<const Params *
>(
_params);
470 void sendInt(uint32_t number)
override;
471 void clearInt(uint32_t number)
override;
473 void sendPPInt(uint32_t num, uint32_t cpu)
override;
474 void clearPPInt(uint32_t num, uint32_t cpu)
override;
500 uint32_t
data,
size_t data_sz);
502 uint32_t data)
override {
513 #endif //__DEV_ARM_GIC_H__
uint32_t cpuSgiActiveExt[CPU_MAX]
void clearInt(ContextID ctx, uint32_t int_num)
Clears a cpu IRQ or FIQ signal.
static const int GLOBAL_INT_LINES
Bitfield< 23, 16 > cpu_list
static const AddrRange GICD_IGROUPR
EndBitUnion(CTLR) protected const AddrRange cpuRange
Address range for the distributor interface.
Registers "banked for each connected processor" per ARM IHI0048B.
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.
uint32_t iccrpr[CPU_MAX]
read only running priority register, 1 per cpu
uint32_t readDistributor(ContextID ctx, Addr daddr) override
static const AddrRange GICD_ISENABLER
CTLR cpuControl[CPU_MAX]
GICC_CTLR: CPU interface control register.
uint32_t activeInt
GICD_I{S,C}ACTIVER0 interrupt active bits for first 32 interrupts, 1b per interrupt.
static const AddrRange GICD_ICENABLER
uint8_t intPriority[GLOBAL_INT_LINES]
GICD_IPRIORITYR{8..255} an 8 bit priority (lower is higher priority) for each of the global (not repl...
void softInt(ContextID ctx, SWI swi)
software generated interrupt
uint32_t & getActiveInt(ContextID ctx, uint32_t ix)
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.
EndBitUnion(SWI) BitUnion32(IAR) Bitfield< 9
Tick readCpu(PacketPtr pkt)
Handle a read to the cpu portion of the GIC.
uint8_t cpuBpr[CPU_MAX]
Binary point registers.
static const int SGI_MASK
Mask off SGI's when setting/clearing pending bits.
Tick write(PacketPtr pkt) override
A PIO read to the device, immediately split up into writeDistributor() or writeCpu() ...
uint32_t pendingInt
GICD_I{S,C}PENDR0 interrupt pending bits for first 32 interrupts, 1b per interrupt.
EventFunctionWrapper * postFiqEvent[CPU_MAX]
static const int INT_LINES_MAX
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const Tick intLatency
Latency for a interrupt to get to CPU.
bool isGroup0(ContextID ctx, uint32_t int_num)
virtual void updateIntState(int hint)
See if some processor interrupt flags need to be enabled/disabled.
static const AddrRange GICD_ISACTIVER
static const AddrRange GICD_IPRIORITYR
bool isLevelSensitive(ContextID ctx, uint32_t ix)
DrainState
Object drain/handover states.
const Tick distPioDelay
Latency for a distributor operation.
bool gem5ExtensionsEnabled
gem5 many-core extension enabled by driver
uint8_t intPriority[SGI_MAX+PPI_MAX]
GICD_IPRIORITYR{0..7} interrupt priority for SGIs and PPIs.
uint8_t & getIntPriority(ContextID ctx, uint32_t ix)
Tick read(PacketPtr pkt) override
A PIO read to the device, immediately split up into readDistributor() or readCpu() ...
uint32_t cpuPpiActive[CPU_MAX]
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
static const int SPURIOUS_INT
static const int NN_CONFIG_MASK
Mask for bits that config N:N mode in GICD_ICFGR's.
uint32_t intEnabled
GICD_I{S,C}ENABLER0 interrupt enable bits for first 32 interrupts, 1b per interrupt.
Tick readDistributor(PacketPtr pkt)
Handle a read to the distributor portion of the GIC.
AddrRangeList getAddrRanges() const override
Every PIO device is obliged to provide an implementation that returns the address ranges the device r...
uint64_t cpuSgiPending[SGI_MAX]
One bit per cpu per software interrupt that is pending for each possible sgi source.
uint32_t intGroup[INT_BITS_MAX-1]
GICD_IGROUPR{1..31} interrupt group bits for global interrupts 1b per interrupt, 32 bits per word...
uint64_t Tick
Tick count type.
uint64_t genSwiMask(int cpu)
generate a bit mask to check cpuSgi for an interrupt.
int intNumToWord(int num) const
const AddrRangeList addrRanges
All address ranges used by this GIC.
Bitfield< 25, 24 > list_type
bool supportsVersion(GicVersion version) override
Check if version supported.
uint64_t cpuSgiActive[SGI_MAX]
bool cpuEnabled(ContextID ctx) const
CPU enabled: Checks if GICC_CTLR.EnableGrp0 or EnableGrp1 are set.
uint8_t cpuPriority[CPU_MAX]
CPU priority.
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
DrainState drain() override
Notify an object that it needs to drain its state.
static const int INT_BITS_MAX
static const AddrRange GICD_ICACTIVER
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.
uint32_t & getIntGroup(ContextID ctx, uint32_t ix)
uint32_t & getIntEnabled(ContextID ctx, uint32_t ix)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint8_t getIntConfig(ContextID ctx, uint32_t ix)
GICD_ICFGRn get 2 bit config associated to an interrupt.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void postInt(uint32_t cpu, Tick when)
Post an interrupt to a CPU with a delay.
const Params * params() const
void sendInt(uint32_t number) override
Post an interrupt from a device that is connected to the GIC.
Basic support for object serialization.
static const AddrRange GICD_ICPENDR
std::vector< BankedRegs * > bankedRegs
EventFunctionWrapper * postIntEvent[CPU_MAX]
uint32_t & getPendingInt(ContextID ctx, uint32_t ix)
void serialize(CheckpointOut &cp) const override
Serialize an object.
void clearPPInt(uint32_t num, uint32_t cpu) override
virtual const std::string name() const
uint32_t intGroup
GICD_IGROUPR0 interrupt group bits for first 32 interrupts, 1b per interrupt.
Base class for ARM GIC implementations.
Tick writeCpu(PacketPtr pkt)
Handle a write to the cpu portion of the GIC.
uint32_t cpuHighestInt[CPU_MAX]
highest interrupt that is interrupting CPU
int pendingDelayedInterrupts
std::ostream CheckpointOut
BankedRegs & getBankedRegs(ContextID)
void postDelayedFiq(uint32_t cpu)
Bitfield< 12, 10 > cpu_id
uint8_t getCpuPriority(unsigned cpu)
uint8_t getCpuTarget(ContextID ctx, uint32_t ix)
void postDelayedInt(uint32_t cpu)
Deliver a delayed interrupt to the target CPU.
uint32_t cpuSgiPendingExt[CPU_MAX]
SGI pending arrays for gem5 GIC extension mode, which instead keeps 16 SGI pending bits for each of t...
uint32_t itLines
Number of itLines enabled.
const SimObjectParams * _params
Cached copy of the object parameters.
const Tick cpuPioDelay
Latency for a cpu operation.
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...
static const AddrRange GICD_ITARGETSR
BitUnion32(SWI) Bitfield< 3
void drainResume() override
Resume execution after a successful drain.
static const AddrRange GICD_ICFGR
uint8_t cpuTarget[GLOBAL_INT_LINES]
GICD_ITARGETSR{8..255} an 8 bit cpu target id for each global interrupt.
static const AddrRange GICD_ISPENDR
void sendPPInt(uint32_t num, uint32_t cpu) override
Interface call for private peripheral interrupts.
T bits(T val, int first, int last)
Extract the bitfield from position 'first' to 'last' (inclusive) from 'val' and right justify it...
Tick writeDistributor(PacketPtr pkt)
Handle a write to the distributor portion of the GIC.
void updateRunPri()
Update the register that records priority of the highest priority active interrupt.
void writeDistributor(ContextID ctx, Addr daddr, uint32_t data) override
uint32_t cpuPpiPending[CPU_MAX]
One bit per private peripheral interrupt.
void postFiq(uint32_t cpu, Tick when)
int ContextID
Globally unique thread context ID.
uint32_t intConfig[INT_BITS_MAX *2]
2 bit per interrupt signaling if it's level or edge sensitive and if it is 1:N or N:N ...
const bool haveGem5Extensions
Are gem5 extensions available?
static const int GICC_BPR_MINIMUM
minimum value for Binary Point Register ("IMPLEMENTATION DEFINED"); chosen for consistency with Linux...
int intNumToBit(int num) const