gem5  v20.1.0.0
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, ExceptionLevel target_el, bool in_host) const
 
bool match (Addr va, uint16_t asn, uint8_t _vmid, bool hypLookUp, bool secure_lookup, bool ignore_asn, ExceptionLevel target_el, bool in_host) const
 
bool checkELMatch (ExceptionLevel target_el, bool in_host) 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
 
ExceptionLevel 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 ()
 Gets the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 Serializes all the SimObjects. More...
 
static void unserializeGlobals (CheckpointIn &cp)
 

Detailed Description

Definition at line 81 of file pagetable.hh.

Member Enumeration Documentation

◆ DomainType

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

Definition at line 90 of file pagetable.hh.

◆ MemoryType

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

Definition at line 84 of file pagetable.hh.

Constructor & Destructor Documentation

◆ TlbEntry() [1/2]

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

Definition at line 145 of file pagetable.hh.

References warn.

◆ TlbEntry() [2/2]

ArmISA::TlbEntry::TlbEntry ( )
inline

Definition at line 162 of file pagetable.hh.

Member Function Documentation

◆ checkELMatch()

bool ArmISA::TlbEntry::checkELMatch ( ExceptionLevel  target_el,
bool  in_host 
) const
inline

Definition at line 218 of file pagetable.hh.

References el, ArmISA::EL0, ArmISA::EL1, ArmISA::EL2, and ArmISA::EL3.

Referenced by match().

◆ match() [1/2]

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

Definition at line 196 of file pagetable.hh.

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

◆ match() [2/2]

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

Definition at line 188 of file pagetable.hh.

References ArmISA::va.

Referenced by match().

◆ pAddr()

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

Definition at line 236 of file pagetable.hh.

References N, pfn, size, and ArmISA::va.

Referenced by ArmISA::TLB::lookup(), and ArmISA::Stage2LookUp::Stage2LookUp().

◆ pageStart()

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

Definition at line 182 of file pagetable.hh.

References ArmISA::PageShift, and pfn.

◆ print()

std::string ArmISA::TlbEntry::print ( ) const
inline

Definition at line 291 of file pagetable.hh.

References ap, asid, csprintf(), el, global, isHyp, N, ns, nstid, pfn, size, vmid, and vpn.

◆ serialize()

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 299 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.

◆ setAttributes()

void ArmISA::TlbEntry::setAttributes ( bool  lpae)
inline

Definition at line 284 of file pagetable.hh.

References attributes, ArmISA::lpae, and updateAttributes().

Referenced by ArmISA::TLB::translateMmuOff().

◆ unserialize()

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 329 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.

◆ updateAttributes()

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 242 of file pagetable.hh.

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

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

◆ updateVaddr()

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

Definition at line 176 of file pagetable.hh.

References ArmISA::PageShift, and vpn.

Member Data Documentation

◆ ap

uint8_t ArmISA::TlbEntry::ap

Definition at line 113 of file pagetable.hh.

Referenced by ArmISA::TLB::insert(), ArmISA::TLB::lookup(), print(), serialize(), and unserialize().

◆ asid

uint16_t ArmISA::TlbEntry::asid

◆ attributes

uint64_t ArmISA::TlbEntry::attributes

◆ domain

DomainType ArmISA::TlbEntry::domain

Definition at line 115 of file pagetable.hh.

Referenced by ArmISA::TLB::insert(), serialize(), and unserialize().

◆ el

ExceptionLevel ArmISA::TlbEntry::el

Definition at line 131 of file pagetable.hh.

Referenced by checkELMatch(), ArmISA::TLB::lookup(), and print().

◆ global

bool ArmISA::TlbEntry::global

◆ hap

uint8_t ArmISA::TlbEntry::hap

Definition at line 114 of file pagetable.hh.

Referenced by serialize(), and unserialize().

◆ innerAttrs

uint8_t ArmISA::TlbEntry::innerAttrs

◆ isHyp

bool ArmISA::TlbEntry::isHyp

Definition at line 122 of file pagetable.hh.

Referenced by ArmISA::TLB::insert(), match(), print(), serialize(), and unserialize().

◆ longDescFormat

bool ArmISA::TlbEntry::longDescFormat

Definition at line 120 of file pagetable.hh.

Referenced by serialize(), and unserialize().

◆ lookupLevel

LookupLevel ArmISA::TlbEntry::lookupLevel

Definition at line 103 of file pagetable.hh.

Referenced by serialize(), and unserialize().

◆ mtype

MemoryType ArmISA::TlbEntry::mtype

◆ N

uint8_t ArmISA::TlbEntry::N

◆ nonCacheable

bool ArmISA::TlbEntry::nonCacheable

◆ ns

bool ArmISA::TlbEntry::ns

◆ nstid

bool ArmISA::TlbEntry::nstid

◆ outerAttrs

uint8_t ArmISA::TlbEntry::outerAttrs

◆ outerShareable

bool ArmISA::TlbEntry::outerShareable

◆ pfn

Addr ArmISA::TlbEntry::pfn

◆ pxn

bool ArmISA::TlbEntry::pxn

Definition at line 142 of file pagetable.hh.

Referenced by serialize(), and unserialize().

◆ shareable

bool ArmISA::TlbEntry::shareable

◆ size

Addr ArmISA::TlbEntry::size

◆ valid

bool ArmISA::TlbEntry::valid

Definition at line 124 of file pagetable.hh.

Referenced by ArmISA::TLB::insert(), match(), serialize(), and unserialize().

◆ vmid

uint8_t ArmISA::TlbEntry::vmid

Definition at line 109 of file pagetable.hh.

Referenced by ArmISA::TLB::insert(), match(), print(), serialize(), and unserialize().

◆ vpn

Addr ArmISA::TlbEntry::vpn

◆ xn

bool ArmISA::TlbEntry::xn

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

Generated on Wed Sep 30 2020 14:02:38 for gem5 by doxygen 1.8.17