gem5
|
#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 |
Definition at line 82 of file pagetable.hh.
|
inline |
Definition at line 85 of file pagetable.hh.
|
inline |
Definition at line 86 of file pagetable.hh.
References warn.
|
inline |
Definition at line 95 of file pagetable.hh.
References _pageStart.
|
inline |
Definition at line 103 of file pagetable.hh.
References _pageStart, and SERIALIZE_SCALAR.
|
inline |
Definition at line 108 of file pagetable.hh.
References _pageStart, and UNSERIALIZE_SCALAR.
|
inline |
Definition at line 101 of file pagetable.hh.
Addr RiscvISA::TlbEntry::_pageStart |
Definition at line 84 of file pagetable.hh.
Referenced by pageStart(), serialize(), and unserialize().