Searched refs:physS (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgeneric_timer.cc249 core.physS.serializeSection(cp, csprintf("phys_s_timer%d", i));
276 core.physS.unserializeSection(cp, csprintf("phys_s_timer%d", i));
384 core.physS.setControl(val);
389 core.physS.setCompareValue(val);
394 core.physS.setTimerValue(val);
480 return core.physS.control();
484 return core.physS.compareValue();
488 return core.physS.timerValue();
H A Dgeneric_timer.hh238 physS(csprintf("%s.phys_s_timer%d", parent.name(), cpu),
259 ArchTimerKvm physS; member in struct:GenericTimer::CoreTimers

Completed in 8 milliseconds