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

/gem5/src/dev/arm/
H A Dtimer_cpulocal.cc361 uint32_t timer_control_serial = timerControl; local
363 SERIALIZE_SCALAR(timer_control_serial);
397 uint32_t timer_control_serial; local
398 UNSERIALIZE_SCALAR(timer_control_serial);
399 timerControl = timer_control_serial;

Completed in 5 milliseconds