Go to the documentation of this file.
57 using namespace linux;
58 using namespace ArmISA;
62 _haveSecurity(
p.have_security),
63 _haveLPAE(
p.have_lpae),
64 _haveVirtualization(
p.have_virtualization),
65 _haveCrypto(
p.have_crypto),
66 _genericTimer(nullptr),
69 _highestELIs64(
p.highest_el_is_64),
70 _physAddrRange64(
p.phys_addr_range_64),
71 _haveLargeAsid64(
p.have_large_asid_64),
78 _haveSecEL2(
p.have_secel2),
79 semihosting(
p.semihosting),
80 multiProc(
p.multi_proc)
82 if (
p.auto_reset_addr) {
87 "Workload entry point %#x and reset address %#x are different",
93 warn(
"Highest ARM exception-level set to AArch%d but the workload "
94 "is for AArch%d. Assuming you wanted these to match.",
149 warn(
"Unimplemented Exception Level\n");
215 pwr_ctrl->setStandByWfi(tc);
222 pwr_ctrl->clearStandByWfi(tc);
229 return pwr_ctrl->setWakeRequest(tc);
238 pwr_ctrl->clearWakeRequest(tc);
#define fatal(...)
This implements a cprintf based fatal() function.
uint8_t physAddrRange() const
Returns the supported physical address range in bits.
virtual Addr getEntry() const =0
ArmSystem(const Params &p)
bool highestELIs64() const
Returns true if the register width of the highest implemented exception level is 64 bits (ARMv8)
bool haveLPAE() const
Returns true if this system implements the Large Physical Address Extension.
static bool callSemihosting64(ThreadContext *tc, bool gem5_ops=false)
Make a Semihosting call from aarch64.
static void callClearWakeRequest(ThreadContext *tc)
Notify the power controller of WAKEREQUEST deassertion.
bool haveLargeAsid64() const
Returns true if ASID is 16 bits in AArch64 (ARMv8)
FVPBasePwrCtrl * getPowerController() const
Get a pointer to the system's power controller.
const unsigned MaxPhysAddrRange
Workload * workload
OS kernel.
static bool callSemihosting(ThreadContext *tc, bool gem5_ops=false)
Make a Semihosting call from either aarch64 or aarch32.
bool inAArch64(ThreadContext *tc)
virtual loader::Arch getArch() const =0
bool call32(ThreadContext *tc, bool gem5_ops)
Perform an Arm Semihosting call from aarch32 code.
static ArmSystem * getArmSystem(ThreadContext *tc)
Returns a valid ArmSystem pointer if using ARM ISA, it fails otherwise.
Addr _resetAddr
Reset address (ARMv8)
ArmISA::ExceptionLevel highestEL() const
Returns the highest implemented exception level.
ThreadContext is the external interface to all thread state for anything outside of the CPU.
ArmSemihosting *const semihosting
True if the Semihosting interface is enabled.
const uint8_t _physAddrRange64
Supported physical address range in bits if the highest implemented exception level is 64 bits (ARMv8...
static bool callSetWakeRequest(ThreadContext *tc)
Notify the power controller of WAKEREQUEST assertion.
bool call64(ThreadContext *tc, bool gem5_ops)
Perform an Arm Semihosting call from aarch64 code.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
static void callClearStandByWfi(ThreadContext *tc)
Make a call to notify the power controller of STANDBYWFI deassertion.
bool _highestELIs64
True if the register width of the highest implemented exception level is 64 bits (ARMv8)
Addr physAddrMask() const
Returns the physical address mask.
bool FullSystem
The FullSystem variable can be used to determine the current mode of simulation.
#define warn_if(cond,...)
Conditional warning macro that checks the supplied condition and only prints a warning if the conditi...
static void callSetStandByWfi(ThreadContext *tc)
Make a call to notify the power controller of STANDBYWFI assertion.
bool haveSemihosting() const
Is Arm Semihosting support enabled?
bool haveSecurity() const
Returns true if this system implements the Security Extensions.
Addr resetAddr() const
Returns the reset address if the highest implemented exception level is 64 bits (ARMv8)
static bool haveEL(ThreadContext *tc, ArmISA::ExceptionLevel el)
Return true if the system implements a specific exception level.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool haveTME() const
Returns true if this system implements the transactional memory extension (ARMv9)
static bool callSemihosting32(ThreadContext *tc, bool gem5_ops=false)
Make a Semihosting call from aarch32.
bool haveVirtualization() const
Returns true if this system implements the virtualization Extensions.
Generated on Tue Sep 21 2021 12:24:46 for gem5 by doxygen 1.8.17