Searched refs:getGIC (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dsystem.hh223 BaseGic *getGIC() const { return _gic; } function in class:ArmSystem
H A Dsystem.cc145 bool isGICv3System = dynamic_cast<Gicv3 *>(getGIC()) != nullptr;
H A Disa.cc414 Gicv3 *gicv3 = dynamic_cast<Gicv3 *>(system->getGIC());

Completed in 6 milliseconds