gem5 v24.0.0.0
|
Implementiation of a GICv2m MSI shim. More...
#include "base/bitunion.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 | gem5::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 | gem5::Gicv2m |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Implementiation of a GICv2m MSI shim.
See gic_v2m.cc for an instantiation example.
Definition in file gic_v2m.hh.