gem5 v24.0.0.0
|
This implements the cpu local timer from the Cortex-A9 MPCore Technical Reference Manual rev r2p2 (ARM DDI 0407F) More...
#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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
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.