gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
SparcISA::TlbRange Struct Reference

#include <pagetable.hh>

Public Member Functions

bool operator< (const TlbRange &r2) const
 
bool operator== (const TlbRange &r2) const
 

Public Attributes

Addr va
 
Addr size
 
int contextId
 
int partitionId
 
bool real
 

Detailed Description

Definition at line 176 of file pagetable.hh.

Member Function Documentation

◆ operator<()

bool SparcISA::TlbRange::operator< ( const TlbRange r2) const
inline

Definition at line 185 of file pagetable.hh.

References contextId, partitionId, real, and va.

◆ operator==()

bool SparcISA::TlbRange::operator== ( const TlbRange r2) const
inline

Definition at line 210 of file pagetable.hh.

References contextId, partitionId, real, size, and va.

Member Data Documentation

◆ contextId

int SparcISA::TlbRange::contextId

◆ partitionId

int SparcISA::TlbRange::partitionId

◆ real

bool SparcISA::TlbRange::real

◆ size

Addr SparcISA::TlbRange::size

◆ va

Addr SparcISA::TlbRange::va

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

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