gem5
v20.1.0.0
|
#include "base/bitunion.hh"
#include "cpu/intr_control.hh"
#include "dev/arm/base_gic.hh"
#include "dev/io_device.hh"
#include "dev/platform.hh"
#include "params/Gicv2m.hh"
#include "params/Gicv2mFrame.hh"
Go to the source code of this file.
Classes | |
class | Gicv2mFrame |
Ultimately this class should be embedded in the Gicv2m class, but this confuses Python as 'Gicv2m::Frame' gets interpreted as 'Frame' in namespace Gicv2m. More... | |
class | Gicv2m |
Implementiation of a GICv2m MSI shim.
See gic_v2m.cc for an instantiation example.
Definition in file gic_v2m.hh.