tac0S
Template Affectional Command Operating System
|
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 |
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).