MOS Source Code
|
#include <pmm.h>
Public Attributes | |
pfn_t | pfn_start |
size_t | nframes |
bool | reserved |
u32 | type |
pfn_t pfn_start |
Definition at line 66 of file pmm.h.
Referenced by add_to_memmap(), pmm_find_reserved_region(), and pmm_init().
size_t nframes |
Definition at line 67 of file pmm.h.
Referenced by add_to_memmap(), pmm_find_reserved_region(), and pmm_init().
bool reserved |
Definition at line 68 of file pmm.h.
Referenced by add_to_memmap(), platform_startup_late(), pmm_find_reserved_region(), and pmm_init().
u32 type |
Definition at line 69 of file pmm.h.
Referenced by add_to_memmap().