gem5  v22.1.0.0
Public Member Functions | Private Attributes | List of all members
gem5::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 45 of file pagetable.hh.

Constructor & Destructor Documentation

◆ TteTag() [1/2]

gem5::SparcISA::TteTag::TteTag ( )
inline

Definition at line 52 of file pagetable.hh.

◆ TteTag() [2/2]

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

Definition at line 53 of file pagetable.hh.

Member Function Documentation

◆ operator=()

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

Definition at line 56 of file pagetable.hh.

References gem5::ArmISA::e, entry, and populated.

◆ va()

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

Definition at line 64 of file pagetable.hh.

References gem5::bits(), entry, and populated.

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

◆ valid()

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

Definition at line 63 of file pagetable.hh.

References gem5::bits(), entry, and populated.

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

Member Data Documentation

◆ entry

uint64_t gem5::SparcISA::TteTag::entry
private

Definition at line 48 of file pagetable.hh.

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

◆ populated

bool gem5::SparcISA::TteTag::populated
private

Definition at line 49 of file pagetable.hh.

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


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

Generated on Wed Dec 21 2022 10:24:25 for gem5 by doxygen 1.9.1