gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
PowerISA::PTE Struct Reference

#include <pagetable.hh>

Public Member Functions

bool Valid ()
 
void serialize (CheckpointOut &cp) const
 
void unserialize (CheckpointIn &cp)
 

Public Attributes

Addr Mask
 
Addr VPN
 
uint8_t asid
 
bool G
 
Addr PFN0
 
bool D0
 
bool V0
 
uint8_t C0
 
Addr PFN1
 
bool D1
 
bool V1
 
uint8_t C1
 
int AddrShiftAmount
 
int OffsetMask
 

Detailed Description

Definition at line 109 of file pagetable.hh.

Member Function Documentation

void PowerISA::PTE::serialize ( CheckpointOut cp) const

Definition at line 46 of file pagetable.cc.

References AddrShiftAmount, asid, C0, C1, D0, D1, G, Mask, OffsetMask, PFN0, PFN1, SERIALIZE_SCALAR, V0, V1, and VPN.

Referenced by PowerISA::TLB::serialize().

void PowerISA::PTE::unserialize ( CheckpointIn cp)

Definition at line 65 of file pagetable.cc.

References AddrShiftAmount, asid, C0, C1, D0, D1, G, Mask, OffsetMask, PFN0, PFN1, UNSERIALIZE_SCALAR, V0, V1, and VPN.

bool PowerISA::PTE::Valid ( )
inline

Definition at line 144 of file pagetable.hh.

References V0, and V1.

Member Data Documentation

int PowerISA::PTE::AddrShiftAmount

Definition at line 140 of file pagetable.hh.

Referenced by serialize(), and unserialize().

uint8_t PowerISA::PTE::asid
uint8_t PowerISA::PTE::C0

Definition at line 129 of file pagetable.hh.

Referenced by serialize(), and unserialize().

uint8_t PowerISA::PTE::C1

Definition at line 135 of file pagetable.hh.

Referenced by serialize(), and unserialize().

bool PowerISA::PTE::D0

Definition at line 127 of file pagetable.hh.

Referenced by serialize(), and unserialize().

bool PowerISA::PTE::D1

Definition at line 133 of file pagetable.hh.

Referenced by serialize(), and unserialize().

bool PowerISA::PTE::G
Addr PowerISA::PTE::Mask
int PowerISA::PTE::OffsetMask

Definition at line 141 of file pagetable.hh.

Referenced by serialize(), and unserialize().

Addr PowerISA::PTE::PFN0

Definition at line 126 of file pagetable.hh.

Referenced by serialize(), and unserialize().

Addr PowerISA::PTE::PFN1

Definition at line 132 of file pagetable.hh.

Referenced by PowerISA::TLB::lookup(), serialize(), and unserialize().

bool PowerISA::PTE::V0

Definition at line 128 of file pagetable.hh.

Referenced by serialize(), unserialize(), and Valid().

bool PowerISA::PTE::V1

Definition at line 134 of file pagetable.hh.

Referenced by serialize(), unserialize(), and Valid().

Addr PowerISA::PTE::VPN

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

Generated on Fri Jun 9 2017 13:04:35 for gem5 by doxygen 1.8.6