Searched refs:restore (Results 1 - 18 of 18) sorted by relevance

/gem5/tests/configs/
H A Dcheckpoint.py60 def _run_step(name, restore=None, interval=0.5):
62 Instantiate (optionally from a checkpoint if restore is set to the
72 if restore is not None:
73 m5.instantiate(restore)
91 checkpoint, then restore from the same checkpoint and run until
96 restore = None
105 "restore" : restore,
114 restore = cpt_name
/gem5/src/cpu/pred/
H A Dras.cc73 ReturnAddrStack::restore(unsigned top_entry_idx, function in class:ReturnAddrStack
H A Dras.hh75 void restore(unsigned top_entry_idx, const TheISA::PCState &restored);
H A Dbpred_unit.cc384 RAS[tid].restore(pred_hist.front().RASIndex,
469 // restore the state of the underlying predictor, for instance the
523 RAS[tid].restore(hist_it->RASIndex, hist_it->RASTarget);
/gem5/configs/example/arm/
H A Dstarter_fs.py227 parser.add_argument("--restore", type=str, default=None)
235 if args.restore is not None:
236 m5.instantiate(args.restore)
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s76 ldw -68(%sp),%r18 ; restore general registers
92 ldw -148(%sp),%rp ; restore return-pointer
125 fldds,mb -8(%sp),%fr21 ; restore callee-saves float registers
135 ldw -28(%sp),%rp ; restore return-pointer
H A Dhppa_b.s103 ldw -20(%sp),%rp ; restore return-pointer
141 ldw -20(%sp),%rp ; restore return-pointer
H A Dksr1.s102 # CEU registers %c15-%c24, %c26-%c30 (%c14 we restore later)
177 # skip the (unecessary) restore operations.
199 # CEU registers %c15-%c24, %c26-%c30 (%c14 we restore later)
275 # to save and restore the remaining registers.
337 # restore step of the switch. Blocked threads jump to 16(qt_restore$TXT),
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h233 scfx_mant::resize_to( int size, int restore )
248 if( restore )
251 if( restore == 1 ) // msb resized -> align at 0
H A Dscfx_rep.h493 scfx_rep::resize_to( int new_size, int restore )
495 if( restore == -1 )
502 m_mant.resize_to( new_size, restore );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh203 scfx_mant::resize_to(int size, int restore) argument
214 if (restore) {
216 if (restore == 1) { // msb resized -> align at 0
H A Dscfx_rep.hh414 scfx_rep::resize_to(int new_size, int restore) argument
416 if (restore == -1) {
422 m_mant.resize_to(new_size, restore);
/gem5/util/minorview/
H A Dblobs.py326 cr.restore()
343 cr.restore()
346 cr.restore()
454 cr.restore()
H A Dview.py128 cr.restore()
137 cr.restore()
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h206 } catch (error_already_set &e) { e.restore(); return;
225 } catch (error_already_set &e) { e.restore(); return;
/gem5/system/alpha/console/
H A Ddbmentry.S117 ldq ra, 0(sp) # restore return address
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h338 void restore() { PyErr_Restore(m_type.release().ptr(), m_value.release().ptr(), m_trace.release().ptr()); } function in class:error_already_set
H A Dpybind11.h668 e.restore();

Completed in 45 milliseconds