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

#include <tlb.hh>

Public Member Functions

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

Public Attributes

Addr _pageStart
 

Detailed Description

Definition at line 57 of file tlb.hh.

Constructor & Destructor Documentation

PowerISA::TlbEntry::TlbEntry ( )
inline

Definition at line 61 of file tlb.hh.

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

Definition at line 65 of file tlb.hh.

References warn.

Member Function Documentation

Addr PowerISA::TlbEntry::pageStart ( )
inline

Definition at line 81 of file tlb.hh.

References _pageStart.

void PowerISA::TlbEntry::serialize ( CheckpointOut cp) const
inline

Definition at line 87 of file tlb.hh.

References _pageStart, and SERIALIZE_SCALAR.

void PowerISA::TlbEntry::unserialize ( CheckpointIn cp)
inline

Definition at line 93 of file tlb.hh.

References _pageStart, and UNSERIALIZE_SCALAR.

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

Definition at line 75 of file tlb.hh.

References panic.

Member Data Documentation

Addr PowerISA::TlbEntry::_pageStart

Definition at line 59 of file tlb.hh.

Referenced by pageStart(), serialize(), and unserialize().


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

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