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

/gem5/src/arch/arm/kvm/
H A Dgic.hh193 void updateIntState(int hint) override;
H A Dgic.cc276 MuxingKvmGic::updateIntState(int hint) argument
283 return GicV2::updateIntState(hint);
/gem5/src/dev/arm/
H A Dgic_v2.hh406 * @param hint which set of interrupts needs to be checked
408 virtual void updateIntState(int hint);
H A Dgic_v2.cc738 GicV2::updateIntState(int hint)
744 /*@todo use hint to do less work. */

Completed in 11 milliseconds