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

/gem5/src/sim/
H A Droot.hh56 Time _period; member in class:Root
86 const Time timeSyncPeriod() const { return _period; }
H A Droot.cc93 _period = newPeriod;
94 _periodTick = _period.getTick();
111 _period.setTick(p->time_sync_period);
/gem5/src/systemc/channel/
H A Dsc_clock.cc50 ::sc_core::sc_time _period; member in class:sc_gem5::ClockTick
57 ::sc_core::sc_time _period) :
59 _period(_period), name(clock->basename()), p(nullptr),
86 scheduler.schedule(this, _period);
109 _period(period), _dutyCycle(duty_cycle), _startTime(start_time),
172 const sc_time &sc_clock::period() const { return _period; }
191 _startTime + _period * _dutyCycle);
195 _startTime + _period * (1.0 - _dutyCycle));
56 ClockTick(::sc_core::sc_clock *clock, bool to, ::sc_core::sc_time _period) argument
/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh96 sc_time _period; member in class:sc_core::sc_clock
/gem5/src/dev/arm/
H A Dgeneric_timer.hh68 Tick _period; member in class:SystemCounter
85 return (curTick() - _resetTick) / _period;
95 Tick period() const { return _period; }
H A Dgeneric_timer.cc51 : _freq(0), _period(0), _resetTick(0), _regCntkctl(0)
64 _period = (1.0 / freq) * SimClock::Frequency;
74 SERIALIZE_SCALAR(_period);
88 UNSERIALIZE_SCALAR(_period);

Completed in 12 milliseconds