#include <pagespan.h>
Inherits List_node.
Inheritance diagram for Page:


Public Attributes | |
| unsigned | alignment: PAGE_ALIGNMENT |
| unsigned | address: sizeof(unsigned) * 8 - PAGE_ALIGNMENT |
| void * | owner |
It would probably be a good idea to change all uses of Page to Page_chunk or Page_range or Page_span or something that is a little more clear.
|
|
page addr, >> by PAGE_ALIGNMENT
|
|
|
this size = PAGE_SIZE * 2^alignment
|
|
|
page owner, NULL if unowned
|
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman