Searched refs:checkpoint_restore (Results 1 - 5 of 5) sorted by relevance

/gem5/util/cxx_config/
H A Dmain.cc137 bool checkpoint_restore = false; local
179 checkpoint_restore = true;
205 if (checkpoint_save && checkpoint_restore) {
216 if (!checkpoint_restore) {
258 if (checkpoint_restore) {
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc116 bool checkpoint_restore; member in class:SimControl
188 checkpoint_restore = false;
242 checkpoint_restore = true;
272 if (checkpoint_save && checkpoint_restore) {
297 if (checkpoint_restore) {
/gem5/configs/common/
H A DSimulation.py81 if options.checkpoint_restore != None:
142 inst = options.checkpoint_restore
166 cpt_num = options.checkpoint_restore
200 cpt_num = options.checkpoint_restore
214 if options.checkpoint_restore != None:
215 checkpoint_inst += options.checkpoint_restore
441 if options.fast_forward and options.checkpoint_restore != None:
551 if options.checkpoint_restore != None:
612 if options.checkpoint_restore:
637 if options.checkpoint_restore
[all...]
/gem5/configs/example/
H A Dfs.py223 if options.elastic_trace_en and options.checkpoint_restore == None and \
H A Dapu_se.py546 options.checkpoint_restore != None):

Completed in 13 milliseconds