1/*
2 * Copyright (c) 2010-2013, 2016 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 379 unchanged lines hidden (view full) ---

388 ContextID miscRegContext;
389 ArmTranslationType curTranType;
390
391 // Cached copies of system-level properties
392 bool haveLPAE;
393 bool haveVirtualization;
394 bool haveLargeAsid64;
395
396 AddrRange m5opRange;
397
398 void updateMiscReg(ThreadContext *tc,
399 ArmTranslationType tranType = NormalTran);
400
401public:
402 const Params *
403 params() const
404 {
405 return dynamic_cast<const Params *>(_params);

--- 27 unchanged lines hidden ---