gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
ArmISA::TlbEntry Struct Reference

#include <pagetable.hh>

Inheritance diagram for ArmISA::TlbEntry:
Serializable

Public Types

enum  MemoryType : std::uint8_t { MemoryType::StronglyOrdered, MemoryType::Device, MemoryType::Normal }
 
enum  DomainType : std::uint8_t { DomainType::NoAccess = 0, DomainType::Client, DomainType::Reserved, DomainType::Manager }
 

Public Member Functions

 TlbEntry (Addr _asn, Addr _vaddr, Addr _paddr, bool uncacheable, bool read_only)
 
 TlbEntry ()
 
void updateVaddr (Addr new_vaddr)
 
Addr pageStart () const
 
bool match (Addr va, uint8_t _vmid, bool hypLookUp, bool secure_lookup, uint8_t target_el) const
 
bool match (Addr va, uint16_t asn, uint8_t _vmid, bool hypLookUp, bool secure_lookup, bool ignore_asn, uint8_t target_el) const
 
Addr pAddr (Addr va) const
 
void updateAttributes ()
 
void setAttributes (bool lpae)
 
std::string print () const
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
- Public Member Functions inherited from Serializable
 Serializable ()
 
virtual ~Serializable ()
 
void serializeSection (CheckpointOut &cp, const char *name) const
 Serialize an object into a new section. More...
 
void serializeSection (CheckpointOut &cp, const std::string &name) const
 
void unserializeSection (CheckpointIn &cp, const char *name)
 Unserialize an a child object. More...
 
void unserializeSection (CheckpointIn &cp, const std::string &name)
 

Public Attributes

Addr pfn
 
Addr size
 
Addr vpn
 
uint64_t attributes
 
LookupLevel lookupLevel
 
uint16_t asid
 
uint8_t vmid
 
uint8_t N
 
uint8_t innerAttrs
 
uint8_t outerAttrs
 
uint8_t ap
 
uint8_t hap
 
DomainType domain
 
MemoryType mtype
 
bool longDescFormat
 
bool isHyp
 
bool global
 
bool valid
 
bool ns
 
bool nstid
 
uint8_t el
 
bool nonCacheable
 
bool shareable
 
bool outerShareable
 
bool xn
 
bool pxn
 

Additional Inherited Members

- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Get the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 
- Static Public Attributes inherited from Serializable
static int ckptCount = 0
 
static int ckptMaxCount = 0
 
static int ckptPrevCount = -1
 

Detailed Description

Definition at line 86 of file pagetable.hh.

Member Enumeration Documentation

enum ArmISA::TlbEntry::DomainType : std::uint8_t
strong
Enumerator
NoAccess 
Client 
Reserved 
Manager 

Definition at line 95 of file pagetable.hh.

enum ArmISA::TlbEntry::MemoryType : std::uint8_t
strong
Enumerator
StronglyOrdered 
Device 
Normal 

Definition at line 89 of file pagetable.hh.

Constructor & Destructor Documentation

ArmISA::TlbEntry::TlbEntry ( Addr  _asn,
Addr  _vaddr,
Addr  _paddr,
bool  uncacheable,
bool  read_only 
)
inline

Definition at line 150 of file pagetable.hh.

References warn.

ArmISA::TlbEntry::TlbEntry ( )
inline

Definition at line 167 of file pagetable.hh.

Member Function Documentation

bool ArmISA::TlbEntry::match ( Addr  va,
uint8_t  _vmid,
bool  hypLookUp,
bool  secure_lookup,
uint8_t  target_el 
) const
inline

Definition at line 193 of file pagetable.hh.

Referenced by match().

bool ArmISA::TlbEntry::match ( Addr  va,
uint16_t  asn,
uint8_t  _vmid,
bool  hypLookUp,
bool  secure_lookup,
bool  ignore_asn,
uint8_t  target_el 
) const
inline

Definition at line 200 of file pagetable.hh.

References asid, el, global, isHyp, match(), N, nstid, size, ArmISA::v, valid, vmid, and vpn.

Addr ArmISA::TlbEntry::pAddr ( Addr  va) const
inline
Addr ArmISA::TlbEntry::pageStart ( ) const
inline

Definition at line 187 of file pagetable.hh.

References ArmISA::PageShift, and pfn.

std::string ArmISA::TlbEntry::print ( ) const
inline
void ArmISA::TlbEntry::serialize ( CheckpointOut cp) const
inlineoverridevirtual

Serialize an object.

Output an object's state into the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 287 of file pagetable.hh.

References ap, asid, attributes, domain, global, hap, innerAttrs, isHyp, longDescFormat, lookupLevel, mtype, N, nonCacheable, ns, nstid, outerAttrs, outerShareable, paramOut(), pfn, pxn, SERIALIZE_ENUM, SERIALIZE_SCALAR, shareable, size, valid, vmid, vpn, and xn.

void ArmISA::TlbEntry::setAttributes ( bool  lpae)
inline
void ArmISA::TlbEntry::unserialize ( CheckpointIn cp)
inlineoverridevirtual

Unserialize an object.

Read an object's state from the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 317 of file pagetable.hh.

References ap, asid, attributes, domain, global, hap, innerAttrs, isHyp, longDescFormat, lookupLevel, mtype, N, nonCacheable, ns, nstid, outerAttrs, outerShareable, paramIn(), pfn, pxn, shareable, size, UNSERIALIZE_ENUM, UNSERIALIZE_SCALAR, valid, vmid, vpn, and xn.

void ArmISA::TlbEntry::updateAttributes ( )
inline

Formatting for Physical Address Register (PAR) Only including lower bits (TLB info here) PAR (32-bit format): PA [31:12] LPAE [11] (Large Physical Address Extension) TLB info [10:1] NOS [10] (Not Outer Sharable) NS [9] (Non-Secure) – [8] (Implementation Defined) SH [7] (Sharable) Inner[6:4](Inner memory attributes) Outer[3:2](Outer memory attributes) SS [1] (SuperSection) F [0] (Fault, Fault Status in [6:1] if faulted)

Definition at line 230 of file pagetable.hh.

References attributes, innerAttrs, ArmISA::mask, ns, outerAttrs, outerShareable, and shareable.

Referenced by ArmISA::Stage2LookUp::mergeTe(), and setAttributes().

void ArmISA::TlbEntry::updateVaddr ( Addr  new_vaddr)
inline

Definition at line 181 of file pagetable.hh.

References ArmISA::PageShift, and vpn.

Member Data Documentation

uint8_t ArmISA::TlbEntry::ap
uint16_t ArmISA::TlbEntry::asid
uint64_t ArmISA::TlbEntry::attributes
DomainType ArmISA::TlbEntry::domain
uint8_t ArmISA::TlbEntry::el
bool ArmISA::TlbEntry::global
uint8_t ArmISA::TlbEntry::hap
uint8_t ArmISA::TlbEntry::innerAttrs
bool ArmISA::TlbEntry::isHyp
bool ArmISA::TlbEntry::longDescFormat
LookupLevel ArmISA::TlbEntry::lookupLevel
MemoryType ArmISA::TlbEntry::mtype
uint8_t ArmISA::TlbEntry::N
bool ArmISA::TlbEntry::nonCacheable
bool ArmISA::TlbEntry::ns
bool ArmISA::TlbEntry::nstid
uint8_t ArmISA::TlbEntry::outerAttrs
bool ArmISA::TlbEntry::outerShareable
Addr ArmISA::TlbEntry::pfn
bool ArmISA::TlbEntry::pxn
bool ArmISA::TlbEntry::shareable
Addr ArmISA::TlbEntry::size
bool ArmISA::TlbEntry::valid
uint8_t ArmISA::TlbEntry::vmid
Addr ArmISA::TlbEntry::vpn
bool ArmISA::TlbEntry::xn

The documentation for this struct was generated from the following file:

Generated on Fri Jun 9 2017 13:04:29 for gem5 by doxygen 1.8.6