gem5  v19.0.0.0
Public Member Functions | Private Types | Private Attributes | List of all members
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 hypE2HRead (bool v=true) const
 
chain hypE2HWrite (bool v=true) const
 
chain hypE2H (bool v=true) const
 
chain hypRead (bool v=true) const
 
chain hypWrite (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 Types

typedef const MiscRegLUTEntryInitializerchain
 

Private Attributes

struct MiscRegLUTEntryentry
 
std::bitset< NUM_MISCREG_INFOS > & info
 

Detailed Description

Definition at line 138 of file isa.hh.

Member Typedef Documentation

◆ chain

Definition at line 141 of file isa.hh.

Constructor & Destructor Documentation

◆ MiscRegLUTEntryInitializer()

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

Definition at line 394 of file isa.hh.

Member Function Documentation

◆ allPrivileges()

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

Definition at line 332 of file isa.hh.

References ArmISA::v.

◆ banked()

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

Definition at line 183 of file isa.hh.

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

◆ banked64()

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

Definition at line 187 of file isa.hh.

References ArmISA::MISCREG_BANKED64, and ArmISA::v.

◆ bankedChild()

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

Definition at line 191 of file isa.hh.

References ArmISA::MISCREG_BANKED_CHILD, and ArmISA::v.

◆ exceptUserMode()

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

Definition at line 389 of file isa.hh.

References AlphaISA::Kernel::user.

◆ highest()

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

◆ hyp()

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

Definition at line 277 of file isa.hh.

References ArmISA::v.

◆ hypE2H()

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

Definition at line 262 of file isa.hh.

References ArmISA::v.

◆ hypE2HRead()

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

Definition at line 254 of file isa.hh.

References ArmISA::MISCREG_HYP_E2H_RD, and ArmISA::v.

◆ hypE2HWrite()

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

Definition at line 258 of file isa.hh.

References ArmISA::MISCREG_HYP_E2H_WR, and ArmISA::v.

◆ hypRead()

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

Definition at line 267 of file isa.hh.

References ArmISA::MISCREG_HYP_RD, and ArmISA::v.

◆ hypWrite()

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

Definition at line 272 of file isa.hh.

References ArmISA::MISCREG_HYP_WR, and ArmISA::v.

◆ implemented()

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

Definition at line 164 of file isa.hh.

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

◆ mapsTo()

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

◆ mon()

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

Definition at line 315 of file isa.hh.

References ArmISA::v.

◆ monE2H()

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

Definition at line 290 of file isa.hh.

References ArmISA::v.

◆ monE2HRead()

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

Definition at line 282 of file isa.hh.

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

◆ monE2HWrite()

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

Definition at line 286 of file isa.hh.

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

◆ monNonSecure()

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

Definition at line 327 of file isa.hh.

References ArmISA::v.

◆ monNonSecureRead()

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

Definition at line 305 of file isa.hh.

References ArmISA::MISCREG_MON_NS1_RD, and ArmISA::v.

◆ monNonSecureWrite()

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

Definition at line 310 of file isa.hh.

References ArmISA::MISCREG_MON_NS1_WR, and ArmISA::v.

◆ monSecure()

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

Definition at line 322 of file isa.hh.

References ArmISA::v.

◆ monSecureRead()

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

Definition at line 295 of file isa.hh.

References ArmISA::MISCREG_MON_NS0_RD, and ArmISA::v.

◆ monSecureWrite()

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

Definition at line 300 of file isa.hh.

References ArmISA::MISCREG_MON_NS0_WR, and ArmISA::v.

◆ mutex()

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

Definition at line 179 of file isa.hh.

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

◆ nonSecure()

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

Definition at line 349 of file isa.hh.

References ArmISA::v.

◆ priv()

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

Definition at line 244 of file isa.hh.

References ArmISA::v.

◆ privNonSecure()

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

Definition at line 226 of file isa.hh.

References ArmISA::v.

◆ privNonSecureRead()

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

Definition at line 218 of file isa.hh.

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

◆ privNonSecureWrite()

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

Definition at line 222 of file isa.hh.

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

◆ privRead()

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

Definition at line 249 of file isa.hh.

References ArmISA::v.

◆ privSecure()

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

Definition at line 239 of file isa.hh.

References ArmISA::v.

◆ privSecureRead()

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

Definition at line 231 of file isa.hh.

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

◆ privSecureWrite()

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

Definition at line 235 of file isa.hh.

References ArmISA::MISCREG_PRI_S_WR, and ArmISA::v.

◆ rao()

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

Definition at line 160 of file isa.hh.

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

◆ raz()

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

Definition at line 156 of file isa.hh.

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

◆ reads()

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

Definition at line 369 of file isa.hh.

◆ res0()

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

Definition at line 148 of file isa.hh.

References ArmISA::ISA::MiscRegLUTEntry::_res0, and ArmISA::mask.

◆ res1()

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

Definition at line 152 of file isa.hh.

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

◆ secure()

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

Definition at line 360 of file isa.hh.

References ArmISA::v.

◆ unimplemented()

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

Definition at line 168 of file isa.hh.

◆ unverifiable()

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

Definition at line 171 of file isa.hh.

References ArmISA::MISCREG_UNVERIFIABLE, and ArmISA::v.

◆ user()

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

Definition at line 211 of file isa.hh.

References ArmISA::v.

◆ userNonSecureRead()

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

Definition at line 195 of file isa.hh.

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

◆ userNonSecureWrite()

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

Definition at line 199 of file isa.hh.

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

◆ userSecureRead()

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

Definition at line 203 of file isa.hh.

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

◆ userSecureWrite()

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

Definition at line 207 of file isa.hh.

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

◆ warnNotFail()

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

Definition at line 175 of file isa.hh.

References ArmISA::MISCREG_WARN_NOT_FAIL, and ArmISA::v.

◆ writes()

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

Definition at line 379 of file isa.hh.

Member Data Documentation

◆ entry

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

Definition at line 139 of file isa.hh.

◆ info

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

Definition at line 140 of file isa.hh.


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

Generated on Fri Feb 28 2020 16:27:19 for gem5 by doxygen 1.8.13