gem5  v22.0.0.2
Public Member Functions | Private Attributes | List of all members
gem5::ArmISA::ISA::MiscRegLUTEntryInitializer Class Reference

#include <isa.hh>

Public Member Functions

chain mapsTo (uint32_t l, uint32_t u=0) const
 
chain res0 (uint64_t mask) const
 
chain res1 (uint64_t mask) const
 
chain raz (uint64_t mask) const
 
chain rao (uint64_t mask) const
 
chain implemented (bool v=true) const
 
chain unimplemented () const
 
chain unverifiable (bool v=true) const
 
chain warnNotFail (bool v=true) const
 
chain mutex (bool v=true) const
 
chain banked (bool v=true) const
 
chain banked64 (bool v=true) const
 
chain bankedChild (bool v=true) const
 
chain userNonSecureRead (bool v=true) const
 
chain userNonSecureWrite (bool v=true) const
 
chain userSecureRead (bool v=true) const
 
chain userSecureWrite (bool v=true) const
 
chain user (bool v=true) const
 
chain privNonSecureRead (bool v=true) const
 
chain privNonSecureWrite (bool v=true) const
 
chain privNonSecure (bool v=true) const
 
chain privSecureRead (bool v=true) const
 
chain privSecureWrite (bool v=true) const
 
chain privSecure (bool v=true) const
 
chain priv (bool v=true) const
 
chain privRead (bool v=true) const
 
chain hypE2HSecureRead (bool v=true) const
 
chain hypE2HNonSecureRead (bool v=true) const
 
chain hypE2HRead (bool v=true) const
 
chain hypE2HSecureWrite (bool v=true) const
 
chain hypE2HNonSecureWrite (bool v=true) const
 
chain hypE2HWrite (bool v=true) const
 
chain hypE2H (bool v=true) const
 
chain hypSecureRead (bool v=true) const
 
chain hypNonSecureRead (bool v=true) const
 
chain hypRead (bool v=true) const
 
chain hypSecureWrite (bool v=true) const
 
chain hypNonSecureWrite (bool v=true) const
 
chain hypWrite (bool v=true) const
 
chain hypSecure (bool v=true) const
 
chain hyp (bool v=true) const
 
chain monE2HRead (bool v=true) const
 
chain monE2HWrite (bool v=true) const
 
chain monE2H (bool v=true) const
 
chain monSecureRead (bool v=true) const
 
chain monSecureWrite (bool v=true) const
 
chain monNonSecureRead (bool v=true) const
 
chain monNonSecureWrite (bool v=true) const
 
chain mon (bool v=true) const
 
chain monSecure (bool v=true) const
 
chain monNonSecure (bool v=true) const
 
chain allPrivileges (bool v=true) const
 
chain nonSecure (bool v=true) const
 
chain secure (bool v=true) const
 
chain reads (bool v) const
 
chain writes (bool v) const
 
chain exceptUserMode () const
 
chain highest (ArmSystem *const sys) const
 
 MiscRegLUTEntryInitializer (struct MiscRegLUTEntry &e, std::bitset< NUM_MISCREG_INFOS > &i)
 

Private Attributes

const typedef MiscRegLUTEntryInitializerchain
 
struct MiscRegLUTEntryentry
 
std::bitset< NUM_MISCREG_INFOS > & info
 

Detailed Description

Definition at line 136 of file isa.hh.

Constructor & Destructor Documentation

◆ MiscRegLUTEntryInitializer()

gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::MiscRegLUTEntryInitializer ( struct MiscRegLUTEntry e,
std::bitset< NUM_MISCREG_INFOS > &  i 
)
inline

Definition at line 550 of file isa.hh.

References implemented().

Member Function Documentation

◆ allPrivileges()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::allPrivileges ( bool  v = true) const
inline

◆ banked()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::banked ( bool  v = true) const
inline

Definition at line 203 of file isa.hh.

References info, gem5::ArmISA::MISCREG_BANKED, and gem5::ArmISA::v.

Referenced by gem5::ArmISA::ISA::initializeMiscRegMetadata().

◆ banked64()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::banked64 ( bool  v = true) const
inline

◆ bankedChild()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::bankedChild ( bool  v = true) const
inline

◆ exceptUserMode()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::exceptUserMode ( ) const
inline

Definition at line 544 of file isa.hh.

References user().

◆ highest()

ISA::MiscRegLUTEntryInitializer::chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::highest ( ArmSystem *const  sys) const

◆ hyp()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hyp ( bool  v = true) const
inline

Definition at line 400 of file isa.hh.

References hypRead(), hypWrite(), and gem5::ArmISA::v.

Referenced by highest(), and gem5::ArmISA::ISA::initializeMiscRegMetadata().

◆ hypE2H()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2H ( bool  v = true) const
inline

Definition at line 344 of file isa.hh.

References hypE2HRead(), hypE2HWrite(), and gem5::ArmISA::v.

◆ hypE2HNonSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HNonSecureRead ( bool  v = true) const
inline

Definition at line 312 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_E2H_NS_RD, and gem5::ArmISA::v.

Referenced by hypE2HRead().

◆ hypE2HNonSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HNonSecureWrite ( bool  v = true) const
inline

Definition at line 331 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_E2H_NS_WR, and gem5::ArmISA::v.

Referenced by hypE2HWrite().

◆ hypE2HRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HRead ( bool  v = true) const
inline

Definition at line 318 of file isa.hh.

References hypE2HNonSecureRead(), hypE2HSecureRead(), and gem5::ArmISA::v.

Referenced by hypE2H(), and hypRead().

◆ hypE2HSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HSecureRead ( bool  v = true) const
inline

Definition at line 306 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_E2H_S_RD, and gem5::ArmISA::v.

Referenced by hypE2HRead(), and hypSecure().

◆ hypE2HSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HSecureWrite ( bool  v = true) const
inline

Definition at line 325 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_E2H_S_WR, and gem5::ArmISA::v.

Referenced by hypE2HWrite(), and hypSecure().

◆ hypE2HWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypE2HWrite ( bool  v = true) const
inline

Definition at line 337 of file isa.hh.

References hypE2HNonSecureWrite(), hypE2HSecureWrite(), and gem5::ArmISA::v.

Referenced by hypE2H(), and hypWrite().

◆ hypNonSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypNonSecureRead ( bool  v = true) const
inline

Definition at line 357 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_NS_RD, and gem5::ArmISA::v.

Referenced by hypRead().

◆ hypNonSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypNonSecureWrite ( bool  v = true) const
inline

Definition at line 377 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_NS_WR, and gem5::ArmISA::v.

Referenced by hypWrite().

◆ hypRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypRead ( bool  v = true) const
inline

Definition at line 363 of file isa.hh.

References hypE2HRead(), hypNonSecureRead(), hypSecureRead(), and gem5::ArmISA::v.

Referenced by allPrivileges(), hyp(), nonSecure(), and reads().

◆ hypSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypSecure ( bool  v = true) const
inline

◆ hypSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypSecureRead ( bool  v = true) const
inline

Definition at line 351 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_S_RD, and gem5::ArmISA::v.

Referenced by hypRead(), and hypSecure().

◆ hypSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypSecureWrite ( bool  v = true) const
inline

Definition at line 371 of file isa.hh.

References info, gem5::ArmISA::MISCREG_HYP_S_WR, and gem5::ArmISA::v.

Referenced by hypSecure(), and hypWrite().

◆ hypWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::hypWrite ( bool  v = true) const
inline

◆ implemented()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::implemented ( bool  v = true) const
inline

Definition at line 174 of file isa.hh.

References info, gem5::ArmISA::MISCREG_IMPLEMENTED, and gem5::ArmISA::v.

Referenced by MiscRegLUTEntryInitializer(), and unimplemented().

◆ mapsTo()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::mapsTo ( uint32_t  l,
uint32_t  u = 0 
) const
inline

◆ mon()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::mon ( bool  v = true) const
inline

◆ monE2H()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monE2H ( bool  v = true) const
inline

Definition at line 419 of file isa.hh.

References monE2HRead(), monE2HWrite(), and gem5::ArmISA::v.

Referenced by gem5::ArmISA::ISA::initializeMiscRegMetadata().

◆ monE2HRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monE2HRead ( bool  v = true) const
inline

Definition at line 407 of file isa.hh.

References info, gem5::ArmISA::MISCREG_MON_E2H_RD, and gem5::ArmISA::v.

Referenced by monE2H(), monNonSecureRead(), and monSecureRead().

◆ monE2HWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monE2HWrite ( bool  v = true) const
inline

Definition at line 413 of file isa.hh.

References info, gem5::ArmISA::MISCREG_MON_E2H_WR, and gem5::ArmISA::v.

Referenced by monE2H(), monNonSecureWrite(), and monSecureWrite().

◆ monNonSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monNonSecure ( bool  v = true) const
inline

◆ monNonSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monNonSecureRead ( bool  v = true) const
inline

◆ monNonSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monNonSecureWrite ( bool  v = true) const
inline

◆ monSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monSecure ( bool  v = true) const
inline

Definition at line 463 of file isa.hh.

References monSecureRead(), monSecureWrite(), and gem5::ArmISA::v.

◆ monSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monSecureRead ( bool  v = true) const
inline

Definition at line 426 of file isa.hh.

References info, gem5::ArmISA::MISCREG_MON_NS0_RD, monE2HRead(), and gem5::ArmISA::v.

Referenced by allPrivileges(), mon(), monSecure(), reads(), and secure().

◆ monSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::monSecureWrite ( bool  v = true) const
inline

◆ mutex()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::mutex ( bool  v = true) const
inline

Definition at line 197 of file isa.hh.

References info, gem5::ArmISA::MISCREG_MUTEX, and gem5::ArmISA::v.

Referenced by gem5::ArmISA::ISA::initializeMiscRegMetadata().

◆ nonSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::nonSecure ( bool  v = true) const
inline

◆ priv()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::priv ( bool  v = true) const
inline

Definition at line 292 of file isa.hh.

References privNonSecure(), privSecure(), and gem5::ArmISA::v.

Referenced by highest().

◆ privNonSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privNonSecure ( bool  v = true) const
inline

Definition at line 266 of file isa.hh.

References privNonSecureRead(), privNonSecureWrite(), and gem5::ArmISA::v.

Referenced by priv().

◆ privNonSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privNonSecureRead ( bool  v = true) const
inline

Definition at line 254 of file isa.hh.

References info, gem5::ArmISA::MISCREG_PRI_NS_RD, and gem5::ArmISA::v.

Referenced by allPrivileges(), nonSecure(), privNonSecure(), privRead(), and reads().

◆ privNonSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privNonSecureWrite ( bool  v = true) const
inline

Definition at line 260 of file isa.hh.

References info, gem5::ArmISA::MISCREG_PRI_NS_WR, and gem5::ArmISA::v.

Referenced by allPrivileges(), nonSecure(), privNonSecure(), and writes().

◆ privRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privRead ( bool  v = true) const
inline

Definition at line 299 of file isa.hh.

References privNonSecureRead(), privSecureRead(), and gem5::ArmISA::v.

◆ privSecure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privSecure ( bool  v = true) const
inline

Definition at line 285 of file isa.hh.

References privSecureRead(), privSecureWrite(), and gem5::ArmISA::v.

Referenced by priv().

◆ privSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privSecureRead ( bool  v = true) const
inline

Definition at line 273 of file isa.hh.

References info, gem5::ArmISA::MISCREG_PRI_S_RD, and gem5::ArmISA::v.

Referenced by allPrivileges(), privRead(), privSecure(), reads(), and secure().

◆ privSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::privSecureWrite ( bool  v = true) const
inline

◆ rao()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::rao ( uint64_t  mask) const
inline

Definition at line 168 of file isa.hh.

References gem5::ArmISA::ISA::MiscRegLUTEntry::_rao, entry, and gem5::ArmISA::mask.

◆ raz()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::raz ( uint64_t  mask) const
inline

Definition at line 162 of file isa.hh.

References gem5::ArmISA::ISA::MiscRegLUTEntry::_raz, entry, and gem5::ArmISA::mask.

◆ reads()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::reads ( bool  v) const
inline

◆ res0()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::res0 ( uint64_t  mask) const
inline

◆ res1()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::res1 ( uint64_t  mask) const
inline

Definition at line 156 of file isa.hh.

References gem5::ArmISA::ISA::MiscRegLUTEntry::_res1, entry, and gem5::ArmISA::mask.

◆ secure()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::secure ( bool  v = true) const
inline

◆ unimplemented()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::unimplemented ( ) const
inline

Definition at line 180 of file isa.hh.

References implemented().

Referenced by gem5::ArmISA::ISA::initializeMiscRegMetadata().

◆ unverifiable()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::unverifiable ( bool  v = true) const
inline

◆ user()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::user ( bool  v = true) const
inline

◆ userNonSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::userNonSecureRead ( bool  v = true) const
inline

Definition at line 221 of file isa.hh.

References info, gem5::ArmISA::MISCREG_USR_NS_RD, and gem5::ArmISA::v.

Referenced by allPrivileges(), nonSecure(), reads(), and user().

◆ userNonSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::userNonSecureWrite ( bool  v = true) const
inline

Definition at line 227 of file isa.hh.

References info, gem5::ArmISA::MISCREG_USR_NS_WR, and gem5::ArmISA::v.

Referenced by allPrivileges(), nonSecure(), user(), and writes().

◆ userSecureRead()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::userSecureRead ( bool  v = true) const
inline

Definition at line 233 of file isa.hh.

References info, gem5::ArmISA::MISCREG_USR_S_RD, and gem5::ArmISA::v.

Referenced by allPrivileges(), reads(), secure(), and user().

◆ userSecureWrite()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::userSecureWrite ( bool  v = true) const
inline

Definition at line 239 of file isa.hh.

References info, gem5::ArmISA::MISCREG_USR_S_WR, and gem5::ArmISA::v.

Referenced by allPrivileges(), secure(), user(), and writes().

◆ warnNotFail()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::warnNotFail ( bool  v = true) const
inline

◆ writes()

chain gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::writes ( bool  v) const
inline

Member Data Documentation

◆ chain

const typedef MiscRegLUTEntryInitializer& gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::chain
private

Definition at line 140 of file isa.hh.

◆ entry

struct MiscRegLUTEntry& gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::entry
private

Definition at line 138 of file isa.hh.

Referenced by mapsTo(), rao(), raz(), res0(), and res1().

◆ info

std::bitset<NUM_MISCREG_INFOS>& gem5::ArmISA::ISA::MiscRegLUTEntryInitializer::info
private

The documentation for this class was generated from the following files:

Generated on Thu Jul 28 2022 13:33:21 for gem5 by doxygen 1.8.17