The Pedigree Project  0.1
Public Attributes | List of all members
HashedPageTable::PTE Struct Reference
+ Collaboration diagram for HashedPageTable::PTE:

Public Attributes

uint32_t v: 1
 
uint32_t vsid: 24
 
uint32_t h: 1
 
uint32_t api: 6
 
uint32_t rpn: 20
 
uint32_t reserved1: 3
 
uint32_t r: 1
 
uint32_t c: 1
 
uint32_t w: 1
 
uint32_t i: 1
 
uint32_t m: 1
 
uint32_t g: 1
 
uint32_t reserved2: 1
 
uint32_t pp: 2
 

Detailed Description

A page table entry (PTE)

Definition at line 74 of file HashedPageTable.h.


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