|
iPXE
|
A memory region descriptor. More...
#include <memmap.h>
Data Fields | |
| uint64_t | min |
| Minimum address in region. More... | |
| uint64_t | max |
| Maximum address in region. More... | |
| unsigned int | flags |
| Region flags. More... | |
| const char * | name |
| Region name (for debug messages) More... | |
| uint64_t memmap_region::min |
Minimum address in region.
Definition at line 50 of file memmap.h.
Referenced by bzimage_check_initrds(), fdtmem_relocate(), initrd_region(), lkrn_exec(), lkrn_ram(), memmap_init(), memmap_largest(), memmap_settings_fetch(), memmap_size(), memmap_update(), multiboot_build_memmap(), and relocate().
| uint64_t memmap_region::max |
Maximum address in region.
Definition at line 52 of file memmap.h.
Referenced by bzimage_check_initrds(), fdtmem_relocate(), initrd_region(), memmap_init(), memmap_size(), memmap_update(), and prep_segment().
| unsigned int memmap_region::flags |
Region flags.
Definition at line 54 of file memmap.h.
Referenced by initrd_region(), lkrn_ram(), memmap_init(), memmap_is_usable(), memmap_settings_fetch(), memmap_update(), and multiboot_build_memmap().
| const char* memmap_region::name |
Region name (for debug messages)
Definition at line 56 of file memmap.h.
Referenced by initrd_region(), memmap_init(), and memmap_update().
1.8.15