The Pedigree Project
0.1
|
Public Member Functions | |
PageHashable (physical_uintptr_t p) | |
size_t | hash () const |
bool | operator== (const PageHashable &p) const |
Private Attributes | |
size_t | m_Hash |
physical_uintptr_t | m_Page |
Utility to wrap a physical address and hash it.
Definition at line 165 of file kernel/core/processor/hosted/PhysicalMemoryManager.h.