Searched refs:GicV2 (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/arm/kvm/
H A DKvmGic.py41 from m5.objects.Gic import GicV2
43 class MuxingKvmGic(GicV2):
H A Dgic.cc171 : GicV2(p),
189 GicV2::startup();
200 return GicV2::drain();
206 GicV2::drainResume();
212 // otherwise, drain() already sync'd the state back to the GicV2
222 return GicV2::read(pkt);
231 return GicV2::write(pkt);
240 return GicV2::sendInt(num);
250 return GicV2::clearInt(num);
260 return GicV2
[all...]
H A Dgic.hh171 class MuxingKvmGic : public GicV2
185 public: // GicV2
192 protected: // GicV2
/gem5/src/dev/arm/
H A Dgic_v2.cc54 const AddrRange GicV2::GICD_IGROUPR (0x080, 0x0ff);
55 const AddrRange GicV2::GICD_ISENABLER (0x100, 0x17f);
56 const AddrRange GicV2::GICD_ICENABLER (0x180, 0x1ff);
57 const AddrRange GicV2::GICD_ISPENDR (0x200, 0x27f);
58 const AddrRange GicV2::GICD_ICPENDR (0x280, 0x2ff);
59 const AddrRange GicV2::GICD_ISACTIVER (0x300, 0x37f);
60 const AddrRange GicV2::GICD_ICACTIVER (0x380, 0x3ff);
61 const AddrRange GicV2::GICD_IPRIORITYR(0x400, 0x7ff);
62 const AddrRange GicV2::GICD_ITARGETSR (0x800, 0xbff);
63 const AddrRange GicV2
65 GicV2::GicV2(const Params *p) function in class:GicV2
[all...]
H A Dgic_v2.hh59 #include "params/GicV2.hh"
61 class GicV2 : public BaseGic, public BaseGicRegisters class in inherits:BaseGic,BaseGicRegisters
446 GicV2(const Params *p);
447 ~GicV2();
H A DGic.py94 class GicV2(BaseGic): class in inherits:BaseGic
95 type = 'GicV2'
107 class Gic400(GicV2):

Completed in 11 milliseconds