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

/gem5/src/dev/arm/
H A Dgic_v2.cc369 updateIntState(-1);
453 updateIntState(ix);
462 updateIntState(ix);
501 updateIntState(-1);
521 updateIntState(int_num >> 2);
635 if (cpuEnabled(ctx)) updateIntState(-1);
715 updateIntState(-1);
738 GicV2::updateIntState(int hint)
875 updateIntState(intNumToWord(num));
884 updateIntState(intNumToWor
[all...]
H A Dvgic.cc137 updateIntState(ctx_id);
280 updateIntState(ctx_id);
343 updateIntState(ctx_id);
404 VGic::updateIntState(ContextID ctx_id)
H A Dvgic.hh215 void updateIntState(ContextID ctx_id);
H A Dgic_v2.hh408 virtual void updateIntState(int hint);
/gem5/src/arch/arm/kvm/
H A Dgic.hh193 void updateIntState(int hint) override;
H A Dgic.cc276 MuxingKvmGic::updateIntState(int hint) function in class:MuxingKvmGic
279 // updateIntState() which can post an interrupt. Since we're only
283 return GicV2::updateIntState(hint);

Completed in 8 milliseconds