gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
SparcISA::TlbEntry Struct Reference

#include <pagetable.hh>

Public Member Functions

 TlbEntry ()
 
 TlbEntry (Addr asn, Addr vaddr, Addr paddr, bool uncacheable, bool read_only)
 
Addr pageStart ()
 
void updateVaddr (Addr new_vaddr)
 
void serialize (CheckpointOut &cp) const
 
void unserialize (CheckpointIn &cp)
 

Public Attributes

TlbRange range
 
PageTableEntry pte
 
bool used
 
bool valid
 

Detailed Description

Definition at line 221 of file pagetable.hh.

Constructor & Destructor Documentation

◆ TlbEntry() [1/2]

SparcISA::TlbEntry::TlbEntry ( )
inline

Definition at line 223 of file pagetable.hh.

◆ TlbEntry() [2/2]

SparcISA::TlbEntry::TlbEntry ( Addr  asn,
Addr  vaddr,
Addr  paddr,
bool  uncacheable,
bool  read_only 
)
inline

Member Function Documentation

◆ pageStart()

Addr SparcISA::TlbEntry::pageStart ( )
inline

Definition at line 262 of file pagetable.hh.

References SparcISA::PageTableEntry::paddr(), and pte.

◆ serialize()

void SparcISA::TlbEntry::serialize ( CheckpointOut cp) const

◆ unserialize()

void SparcISA::TlbEntry::unserialize ( CheckpointIn cp)

◆ updateVaddr()

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

Definition at line 268 of file pagetable.hh.

References range, and SparcISA::TlbRange::va.

Member Data Documentation

◆ pte

PageTableEntry SparcISA::TlbEntry::pte

◆ range

TlbRange SparcISA::TlbEntry::range

◆ used

bool SparcISA::TlbEntry::used

◆ valid

bool SparcISA::TlbEntry::valid

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

Generated on Wed Sep 30 2020 14:03:12 for gem5 by doxygen 1.8.17