|
gem5
v21.0.1.0
|
#include <cstdint>#include <memory>#include <vector>#include "base/bitunion.hh"#include "base/types.hh"#include "dev/io_device.hh"#include "params/CpuLocalTimer.hh"#include "sim/serialize.hh"Go to the source code of this file.
Classes | |
| class | CpuLocalTimer |
| class | CpuLocalTimer::Timer |
This implements the cpu local timer from the Cortex-A9 MPCore Technical Reference Manual rev r2p2 (ARM DDI 0407F)
Definition in file timer_cpulocal.hh.