gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
RiscvISA::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

Addr _pageStart
 

Detailed Description

Definition at line 82 of file pagetable.hh.

Constructor & Destructor Documentation

RiscvISA::TlbEntry::TlbEntry ( )
inline

Definition at line 85 of file pagetable.hh.

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

Definition at line 86 of file pagetable.hh.

References warn.

Member Function Documentation

Addr RiscvISA::TlbEntry::pageStart ( )
inline

Definition at line 95 of file pagetable.hh.

References _pageStart.

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

Definition at line 103 of file pagetable.hh.

References _pageStart, and SERIALIZE_SCALAR.

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

Definition at line 108 of file pagetable.hh.

References _pageStart, and UNSERIALIZE_SCALAR.

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

Definition at line 101 of file pagetable.hh.

Member Data Documentation

Addr RiscvISA::TlbEntry::_pageStart

Definition at line 84 of file pagetable.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:36 for gem5 by doxygen 1.8.6