gem5
v21.2.1.1
|
Go to the source code of this file.
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. | |
gem5::ArmISA | |
Typedefs | |
typedef IntRegIndex | gem5::ArmISA::IntRegMap[NUM_ARCH_INTREGS] |
Functions | |
gem5::ArmISA::BitUnion32 (PackedIntReg) Bitfield< 31 | |
gem5::ArmISA::EndBitUnion (PackedIntReg) enum IntRegIndex | |
static IntRegIndex | gem5::ArmISA::INTREG_USR (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_HYP (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_SVC (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_MON (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_ABT (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_UND (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_IRQ (unsigned index) |
static IntRegIndex | gem5::ArmISA::INTREG_FIQ (unsigned index) |
static int | gem5::ArmISA::intRegInMode (OperatingMode mode, int reg) |
static int | gem5::ArmISA::flattenIntRegModeIndex (int reg) |
static IntRegIndex | gem5::ArmISA::makeSP (IntRegIndex reg) |
static IntRegIndex | gem5::ArmISA::makeZero (IntRegIndex reg) |
static bool | gem5::ArmISA::isSP (IntRegIndex reg) |