#include <ToyProcess.h>
Data Fields | |
| int | frame |
| Real address. | |
| int | paged |
| 0 denotes the page is in physical mem, 1 means paged to disk | |
Definition at line 20 of file ToyProcess.h.
|
|
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(). |
|
|
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(). |
1.3-rc3