Searched refs:Gicv2m (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v2m.cc50 * gicv2m = Gicv2m(frames=[
69 Gicv2m *
72 return new Gicv2m(this);
81 Gicv2m::Gicv2m(const Params *p) function in class:Gicv2m
87 fatal("Gicv2m: Frame %d's SPI base (%d) is not in SPI space\n",
91 fatal_if(!isPowerOf2(x), "Gicv2m: The v2m shim must be configured with "
97 Gicv2m::getAddrRanges() const
107 Gicv2m::read(PacketPtr pkt)
137 Gicv2m
[all...]
H A Dgic_v2m.hh54 #include "params/Gicv2m.hh"
58 * Ultimately this class should be embedded in the Gicv2m class, but
59 * this confuses Python as 'Gicv2m::Frame' gets interpreted as 'Frame'
60 * in namespace Gicv2m.
75 class Gicv2m : public PioDevice class in inherits:PioDevice
98 Gicv2m(const Params *p);
101 /** Return the address ranges used by the Gicv2m
H A DGic.py127 class Gicv2m(PioDevice): class in inherits:PioDevice
128 type = 'Gicv2m'
H A DRealView.py872 self.gicv2m = Gicv2m()
1107 gicv2m = Gicv2m()

Completed in 12 milliseconds