gem5
v21.2.0.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 | gem5::CpuLocalTimer |
class | gem5::CpuLocalTimer::Timer |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
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.