gem5  v20.1.0.0
Public Member Functions | Private Attributes | List of all members
SparcISA::TteTag Class Reference

#include <pagetable.hh>

Public Member Functions

 TteTag ()
 
 TteTag (uint64_t e)
 
const TteTagoperator= (uint64_t e)
 
bool valid () const
 
Addr va () const
 

Private Attributes

uint64_t entry
 
bool populated
 

Detailed Description

Definition at line 42 of file pagetable.hh.

Constructor & Destructor Documentation

◆ TteTag() [1/2]

SparcISA::TteTag::TteTag ( )
inline

Definition at line 49 of file pagetable.hh.

◆ TteTag() [2/2]

SparcISA::TteTag::TteTag ( uint64_t  e)
inline

Definition at line 50 of file pagetable.hh.

Member Function Documentation

◆ operator=()

const TteTag& SparcISA::TteTag::operator= ( uint64_t  e)
inline

Definition at line 53 of file pagetable.hh.

References ArmISA::e, entry, and populated.

◆ va()

Addr SparcISA::TteTag::va ( ) const
inline

Definition at line 61 of file pagetable.hh.

References bits(), entry, and populated.

Referenced by SparcISA::TLB::translateFunctional().

◆ valid()

bool SparcISA::TteTag::valid ( ) const
inline

Definition at line 60 of file pagetable.hh.

References bits(), entry, and populated.

Referenced by SparcISA::TLB::translateFunctional().

Member Data Documentation

◆ entry

uint64_t SparcISA::TteTag::entry
private

Definition at line 45 of file pagetable.hh.

Referenced by operator=(), va(), and valid().

◆ populated

bool SparcISA::TteTag::populated
private

Definition at line 46 of file pagetable.hh.

Referenced by operator=(), va(), and valid().


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

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