Searched refs:MaxTick (Results 26 - 47 of 47) sorted by relevance

12

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc321 if (head_inst->isLoad() && exec_info_ptr->executeTick != MaxTick &&
322 exec_info_ptr->toCommitTick != MaxTick &&
355 assert(exec_info_ptr->executeTick != MaxTick);
356 assert(exec_info_ptr->toCommitTick != MaxTick);
/gem5/tests/
H A Drun.py218 maxtick = m5.MaxTick
/gem5/src/mem/
H A Dpacket_queue.cc164 if (when != MaxTick) {
178 // we get a MaxTick when there is no more to send, so if we're
H A Dmem_checker.hh94 static const Tick TICK_FUTURE = MaxTick;
H A Ddram_ctrl.cc1641 Tick min_act_at = MaxTick;
/gem5/src/base/
H A Dtypes.hh65 const Tick MaxTick = ULL(0xffffffffffffffff); variable
/gem5/src/systemc/core/
H A Dscheduler.cc54 _status(StatusOther), maxTick(::MaxTick),
443 start(::MaxTick, false);
H A Dscheduler.hh330 return MaxTick - getCurTick();
H A Dsc_time.cc349 static const sc_time MaxScTime = sc_time::from_value(MaxTick);
/gem5/configs/example/
H A Dmemtest.py68 parser.add_option("-m", "--maxtick", type="int", default=m5.MaxTick,
H A Dmemcheck.py58 parser.add_option("-m", "--maxtick", type="int", default=m5.MaxTick,
H A Dapu_se.py539 maxtick = m5.MaxTick
/gem5/configs/splash2/
H A Drun.py286 exit_event = m5.simulate(m5.MaxTick)
H A Dcluster.py301 exit_event = m5.simulate(m5.MaxTick)
/gem5/src/mem/cache/
H A Dcache_blk.hh219 whenReady = MaxTick;
H A Dbase.cc385 if (next_pf_time != MaxTick) {
524 if (next_pf_time != MaxTick)
2593 assert(deferredPacketReadyTime() == MaxTick);
/gem5/src/python/pybind11/
H A Dcore.cc265 m_core.attr("MaxTick") = py::cast(MaxTick);
/gem5/src/python/m5/
H A Dsimulate.py64 # define a MaxTick parameter, unsigned 64 bit
65 MaxTick = 2**64 - 1 variable
H A Dparams.py1843 MaxTick = Tick.max variable
2188 'MaxAddr', 'MaxTick', 'AllMemory',
/gem5/configs/common/
H A DSimulation.py629 maxtick_from_abs = m5.MaxTick
630 maxtick_from_rel = m5.MaxTick
631 maxtick_from_maxtime = m5.MaxTick
H A DOptions.py137 parser.add_option("-m", "--abs-max-tick", type="int", default=m5.MaxTick,
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc1058 return MaxTick;

Completed in 56 milliseconds

12