Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

PageTable Struct Reference

One page-table element. More...

#include <ToyProcess.h>


Data Fields

int frame
 Real address.

int paged
 0 denotes the page is in physical mem, 1 means paged to disk


Detailed Description

One page-table element.

Definition at line 20 of file ToyProcess.h.


Field Documentation

int PageTable::frame
 

Real address.

Definition at line 23 of file ToyProcess.h.

Referenced by TMM_AssignFrame(), TMM_FreeFrame(), TMM_MarkPageSwappedOut(), TMM_PagedAllocateProcess(), TMM_PagedTerminateProcess(), TMM_PageFree(), TMM_PageSwappedIn(), TMM_PageSwappedOut(), TMM_PrintPages(), and TMM_PrintPageTable().

int PageTable::paged
 

0 denotes the page is in physical mem, 1 means paged to disk

Definition at line 25 of file ToyProcess.h.

Referenced by TMM_AssignFrame(), TMM_FreeFrame(), TMM_MarkPageSwappedOut(), TMM_PagedAllocateProcess(), TMM_PagedTerminateProcess(), TMM_PageFree(), TMM_PageSwappedIn(), and TMM_PageSwappedOut().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 4 14:29:07 2003 for ToyMem by doxygen1.3-rc3