Include dependency graph for memory_init.c:

Go to the source code of this file.
Data Structures | |
| struct | memmap_t |
Defines | |
| #define | MEMMAP_MAX_RECORDS 32 |
Functions | |
| void | ofw_init_memmap (void) |
| size_t | ofw_get_memory_size (void) |
| void | ofw_init_zones (void) |
Variables | |
| static memmap_t | memmap [MEMMAP_MAX_RECORDS] |
| size_t | total_mem = 0 |
Definition in file memory_init.c.
1.4.6