Lines Matching defs:const

80     const bool _haveSecurity;
85 const bool _haveLPAE;
90 const bool _haveVirtualization;
95 const bool _haveCrypto;
106 const Addr _resetAddr;
118 const uint8_t _physAddrRange64;
123 const bool _haveLargeAsid64;
128 const bool _haveSVE;
131 const unsigned _sveVL;
136 const bool _haveLSE;
139 const unsigned _havePAN;
145 const AddrRange _m5opRange;
150 ArmSemihosting *const semihosting;
160 ObjectFile *getBootLoader(ObjectFile *const obj);
164 const Params *
165 params() const
167 return dynamic_cast<const Params *>(_params);
191 bool haveSecurity() const { return _haveSecurity; }
195 bool haveLPAE() const { return _haveLPAE; }
200 bool haveVirtualization() const { return _haveVirtualization; }
205 bool haveCrypto() const { return _haveCrypto; }
220 GenericTimer *getGenericTimer() const { return _genericTimer; }
223 BaseGic *getGIC() const { return _gic; }
227 bool highestELIs64() const { return _highestELIs64; }
230 ExceptionLevel highestEL() const
241 Addr resetAddr() const { return _resetAddr; }
244 bool haveLargeAsid64() const { return _haveLargeAsid64; }
247 bool haveSVE() const { return _haveSVE; }
250 unsigned sveVL() const { return _sveVL; }
253 bool haveLSE() const { return _haveLSE; }
256 bool havePAN() const { return _havePAN; }
260 uint8_t physAddrRange64() const { return _physAddrRange64; }
263 uint8_t physAddrRange() const
273 Addr physAddrMask() const
282 const AddrRange &m5opRange() const { return _m5opRange; }
285 bool haveSemihosting() const { return semihosting != nullptr; }
356 const Params *
357 params() const
359 return dynamic_cast<const Params *>(_params);