tac0S
Template Affectional Command Operating System
Public Attributes | List of all members
TranslationEntry Class Reference

The following class defines an entry in a translation table – either in a page table or a TLB. Each entry defines a mapping from one virtual page to one physical page. In addition, there are some extra bits for access control (valid and read-only) and some bits for usage information (use and dirty). More...

#include <translate.h>

Public Attributes

unsigned int virtualPage
 
unsigned int physicalPage
 
bool valid
 
bool readOnly
 
bool use
 
bool dirty
 

Detailed Description

The following class defines an entry in a translation table – either in a page table or a TLB. Each entry defines a mapping from one virtual page to one physical page. In addition, there are some extra bits for access control (valid and read-only) and some bits for usage information (use and dirty).


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