gem5 v23.0.0.1
|
#include "arch/arm/regs/misc.hh"
#include <tuple>
#include "arch/arm/insts/misc64.hh"
#include "arch/arm/isa.hh"
#include "base/logging.hh"
#include "cpu/thread_context.hh"
#include "dev/arm/gic_v3_cpu_interface.hh"
#include "sim/full_system.hh"
#include "params/ArmISA.hh"
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
namespace | gem5::ArmISA |
Macros | |
#define | HCR_TRAP(bitfield) |
Variables | |
int | gem5::ArmISA::unflattenResultMiscReg [NUM_MISCREGS] |
If the reg is a child reg of a banked set, then the parent is the last banked one in the list. | |
std::vector< struct MiscRegLUTEntry > | gem5::ArmISA::lookUpMiscReg (NUM_MISCREGS) |
#define HCR_TRAP | ( | bitfield | ) |