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

/gem5/src/dev/arm/
H A Dgeneric_timer.cc248 core.physNS.serializeSection(cp, csprintf("arch_timer%d", i));
275 core.physNS.unserializeSection(cp, csprintf("arch_timer%d", i));
338 core.physNS.setCompareValue(val);
343 core.physNS.setTimerValue(val);
348 core.physNS.setControl(val);
441 return core.physNS.compareValue();
445 return core.physNS.timerValue();
449 return core.physNS.control();
453 return core.physNS.value();
H A Dgeneric_timer.hh243 physNS(csprintf("%s.arch_timer%d", parent.name(), cpu),
260 ArchTimerKvm physNS; member in struct:GenericTimer::CoreTimers

Completed in 5 milliseconds