|
The Pedigree Project 0.1
|
Collaboration diagram for VirtualAddressSpace::DetachedPage:Public Attributes | |
| uintptr_t | address |
| physical_uintptr_t | physical |
| size_t | flags |
| bool | mapped |
Definition at line 271 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.
| uintptr_t VirtualAddressSpace::DetachedPage::address |
Definition at line 272 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.
| size_t VirtualAddressSpace::DetachedPage::flags |
Definition at line 274 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.
| bool VirtualAddressSpace::DetachedPage::mapped |
Definition at line 275 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.
| physical_uintptr_t VirtualAddressSpace::DetachedPage::physical |
Definition at line 273 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.