Go to the documentation of this file.
41 #ifndef __ARCH_ARM_ISA_HH__
42 #define __ARCH_ARM_ISA_HH__
53 #include "debug/Checkpoint.hh"
54 #include "enums/DecoderFlavor.hh"
55 #include "enums/VecRegRenameMode.hh"
62 struct DummyArmISADeviceParams;
84 std::unique_ptr<BaseISADevice>
timer;
146 std::bitset<NUM_MISCREG_INFOS> &
info;
444 std::bitset<NUM_MISCREG_INFOS> &
i)
466 if (cpsr.width == 0) {
496 panic(
"Unrecognized mode setting in CPSR.\n");
512 void clear32(
const ArmISAParams &
p,
const SCTLR &sctlr_rst);
513 void clear64(
const ArmISAParams &
p);
569 if (
reg < NUM_ARCH_INTREGS) {
571 }
else if (
reg < NUM_INTREGS) {
573 }
else if (
reg == INTREG_SPX) {
577 if (!cpsr.sp &&
el !=
EL0)
589 panic(
"Invalid exception level");
642 warn(
"User mode does not have SPSR\n");
658 warn(
"User mode does not have SPSR\n");
683 warn(
"Trying to access SPSR in an invalid mode: %d\n",
726 if (pmselr.sel == 31)
733 panic(
"Unrecognized misc. register.\n");
741 flat_idx += secureReg ? 2 : 1;
826 int reg_as_int =
static_cast<int>(
reg);
839 return std::make_pair(flat_idx, 0);
851 return std::make_pair(lower, upper);
858 template <
typename Elem>
862 static_assert(
sizeof(Elem) <=
sizeof(uint64_t),
863 "Elem type is too large.");
864 eCount *= (
sizeof(uint64_t) /
sizeof(Elem));
865 for (
int i = 16 /
sizeof(Elem);
i < eCount; ++
i) {
892 enums::VecRegRenameMode
898 enums::VecRegRenameMode
901 return _tc->
pcState().aarch64() ? enums::Full : enums::Elem;
chain hypE2HWrite(bool v=true) const
@ VecElemClass
Vector Register Native Elem lane.
@ CCRegClass
Condition-code register.
DummyISADevice dummyDevice
Dummy device for to handle non-existing ISA devices.
static void zeroSveVecRegUpperPart(Elem *v, unsigned eCount)
chain monE2H(bool v=true) const
static SelfDebug * getSelfDebug(ThreadContext *tc)
@ MISCREG_CNTHVS_TVAL_EL2
int redirectRegVHE(ThreadContext *tc, int misc_reg)
Returns the enconcing equivalent when VHE is implemented and HCR_EL2.E2H is enabled and executing at ...
unsigned getCurSveVecLenInBits() const
chain privNonSecureWrite(bool v=true) const
int flattenIntIndex(int reg) const
std::unique_ptr< BaseISADevice > gicv3CpuInterface
RegVal readMiscRegNoEffect(int misc_reg) const
chain warnNotFail(bool v=true) const
chain mutex(bool v=true) const
@ MISCREG_CNTHPS_TVAL_EL2
@ MISCREG_CNTHVS_CVAL_EL2
chain allPrivileges(bool v=true) const
chain priv(bool v=true) const
void takeOverFrom(ThreadContext *new_tc, ThreadContext *old_tc) override
void initID32(const ArmISAParams &p)
bool inUserMode() const override
void updateRegMap(CPSR cpsr)
chain privNonSecureRead(bool v=true) const
chain secure(bool v=true) const
chain hypWrite(bool v=true) const
std::unique_ptr< BaseISADevice > timer
chain hypSecureRead(bool v=true) const
std::bitset< NUM_MISCREG_INFOS > & info
@ FloatRegClass
Floating-point register.
int flattenVecPredIndex(int reg) const
static ExceptionLevel currEL(const ThreadContext *tc)
chain hypE2HNonSecureWrite(bool v=true) const
chain res0(uint64_t mask) const
enums::VecRegRenameMode vecRegRenameMode(ThreadContext *_tc) const override
enums::VecRegRenameMode initVecRegRenameMode() const override
chain hypNonSecureRead(bool v=true) const
@ MiscRegClass
Control (misc) register.
chain privSecure(bool v=true) const
const IntRegMap IntRegFiqMap
chain monNonSecureWrite(bool v=true) const
const IntRegMap IntRegUsrMap
void copyRegsFrom(ThreadContext *src) override
static ExceptionLevel opModeToEL(OperatingMode mode)
unsigned getCurSveVecLenInBitsAtReset() const
void serialize(CheckpointOut &cp) const override
Serialize an object.
unsigned sveVL
SVE vector length in quadwords.
const typedef MiscRegLUTEntryInitializer & chain
RegClass classValue() const
Class accessor.
chain userSecureWrite(bool v=true) const
chain hypE2HNonSecureRead(bool v=true) const
RegIndex index() const
Index accessors.
chain hypE2HSecureWrite(bool v=true) const
chain hypE2H(bool v=true) const
const IntRegIndex * intRegMap
void addressTranslation(TLB::ArmTranslationType tran_type, BaseMMU::Mode mode, Request::Flags flags, RegVal val)
std::bitset< NUM_MISCREG_INFOS > miscRegInfo[NUM_MISCREGS]
chain hypNonSecureWrite(bool v=true) const
chain privRead(bool v=true) const
const IntRegMap IntReg64Map
void setMiscRegNoEffect(int misc_reg, RegVal val)
void initID64(const ArmISAParams &p)
chain unverifiable(bool v=true) const
chain hypSecureWrite(bool v=true) const
chain userNonSecureWrite(bool v=true) const
chain privSecureRead(bool v=true) const
chain writes(bool v) const
virtual BaseISA * getIsaPtr()=0
chain banked64(bool v=true) const
ThreadContext is the external interface to all thread state for anything outside of the CPU.
void clear64(const ArmISAParams &p)
chain banked(bool v=true) const
chain monSecureWrite(bool v=true) const
int snsBankedIndex64(MiscRegIndex reg, bool ns) const
const IntRegMap IntRegSvcMap
std::pair< int, int > getMiscIndices(int misc_reg) const
void unserialize(CheckpointIn &cp) override
Unserialize an object.
chain mapsTo(uint32_t l, uint32_t u=0) const
chain mon(bool v=true) const
@ MISCREG_PMXEVTYPER_PMCCFILTR
int flattenVecElemIndex(int reg) const
int flattenVecIndex(int reg) const
chain monSecureRead(bool v=true) const
chain nonSecure(bool v=true) const
BaseISADevice & getGICv3CPUInterface()
RegVal readMiscReg(int misc_reg)
virtual TheISA::PCState pcState() const =0
chain monNonSecure(bool v=true) const
chain hypSecure(bool v=true) const
void startup() override
startup() is the final initialization call before simulation.
chain hypRead(bool v=true) const
chain bankedChild(bool v=true) const
chain implemented(bool v=true) const
BaseISADevice & getGenericTimer()
const IntRegMap IntRegUndMap
chain unimplemented() const
enums::DecoderFlavor decoderFlavor() const
void initializeMiscRegMetadata()
const IntRegMap IntRegAbtMap
RegId flattenRegId(const RegId ®Id) const
chain reads(bool v) const
struct MiscRegLUTEntry & entry
void setupThreadContext()
static std::vector< struct MiscRegLUTEntry > lookUpMiscReg
Metadata table accessible via the value of the register.
const enums::DecoderFlavor _decoderFlavor
RegIndex elemIndex() const
Elem accessor.
@ VecRegClass
Vector Register.
int flattenFloatIndex(int reg) const
chain highest(ArmSystem *const sys) const
const IntRegMap IntRegIrqMap
chain monE2HRead(bool v=true) const
const MiscRegLUTEntryInitializer InitReg(uint32_t reg)
RegVal miscRegs[NUM_MISCREGS]
Dummy device that prints a warning when it is accessed.
chain exceptUserMode() const
SelfDebug * getSelfDebug() const
static bool inUserMode(CPSR cpsr)
static int flattenIntRegModeIndex(int reg)
static bool inSecureState(SCR scr, CPSR cpsr)
MiscRegLUTEntryInitializer(struct MiscRegLUTEntry &e, std::bitset< NUM_MISCREG_INFOS > &i)
@ MISCREG_CNTHPS_CVAL_EL2
void setMiscReg(int misc_reg, RegVal val)
uint64_t getExecutingAsid() const override
chain hypE2HRead(bool v=true) const
std::ostream CheckpointOut
const IntRegMap IntRegHypMap
chain monE2HWrite(bool v=true) const
chain monSecure(bool v=true) const
chain hyp(bool v=true) const
chain userNonSecureRead(bool v=true) const
chain privSecureWrite(bool v=true) const
void addressTranslation64(TLB::ArmTranslationType tran_type, BaseMMU::Mode mode, Request::Flags flags, RegVal val)
chain user(bool v=true) const
chain raz(uint64_t mask) const
chain hypE2HSecureRead(bool v=true) const
@ IntRegClass
Integer register.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
chain res1(uint64_t mask) const
const IntRegMap IntRegMonMap
int flattenCCIndex(int reg) const
chain monNonSecureRead(bool v=true) const
void clear32(const ArmISAParams &p, const SCTLR &sctlr_rst)
chain rao(uint64_t mask) const
chain privNonSecure(bool v=true) const
bool haveGICv3CpuIfc() const
Returns true if the ISA has a GICv3 cpu interface.
Register ID: describe an architectural register with its class and index.
bool impdefAsNop
If true, accesses to IMPLEMENTATION DEFINED registers are treated as NOP hence not causing UNDEFINED ...
#define panic(...)
This implements a cprintf based panic() function.
Base class for devices that use the MiscReg interfaces.
int flattenMiscIndex(int reg) const
chain userSecureRead(bool v=true) const
Generated on Wed Jul 28 2021 12:10:19 for gem5 by doxygen 1.8.17