Searched hist:8648 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Deventq.cc8648:974f0e4a9ff6 Thu Jan 05 12:02:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> eventq: add a function for replacing head of the queue
This patch adds a function for replacing the event at the head of the queue
with another event. This helps in running a different set of events. Events
already scheduled can processed by replacing the original head event back.
This function has been specifically added to support cache warmup and
cooldown required for creating and restoring checkpoints.
H A Deventq.hh8648:974f0e4a9ff6 Thu Jan 05 12:02:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> eventq: add a function for replacing head of the queue
This patch adds a function for replacing the event at the head of the queue
with another event. This helps in running a different set of events. Events
already scheduled can processed by replacing the original head event back.
This function has been specifically added to support cache warmup and
cooldown required for creating and restoring checkpoints.

Completed in 34 milliseconds