44 #ifndef __DEV_ARM_GIC_V2M_H__ 45 #define __DEV_ARM_GIC_V2M_H__ 52 #include "params/Gicv2m.hh" 53 #include "params/Gicv2mFrame.hh" 69 SimObject(p), addr(p->addr), spi_base(p->spi_base), spi_len(p->spi_len)
76 static const int FRAME_SIZE = 0x10000;
78 static const int MSI_TYPER = 0x0008;
79 static const int MSI_SETSPI_NSR = 0x0040;
80 static const int PER_ID4 = 0x0fd0;
116 int frameFromAddr(
Addr a)
const;
119 #endif //__DEV_ARM_GIC_V2M_H__ BaseGic * gic
Gic to which we fire interrupts.
Ultimately this class should be embedded in the Gicv2m class, but this confuses Python as 'Gicv2m::Fr...
uint64_t Tick
Tick count type.
std::vector< Gicv2mFrame * > frames
A set of configured hardware frames.
This device is the base class which all devices senstive to an address range inherit from...
const unsigned int spi_base
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
const unsigned int spi_len
Base class for ARM GIC implementations.
Gicv2mFrame(const Params *p)
const Tick pioDelay
Latency for an MMIO operation.
Abstract superclass for simulation objects.
unsigned int log2framenum
Count of number of configured frames, as log2(frames)