L4Re Operating System Framework
Interface and Usage Documentation
|
Memory description functions. More...
#include <l4/sys/kip.h>
Go to the source code of this file.
Data Structures | |
struct | l4_kernel_info_mem_desc_t |
Memory descriptor data structure. More... | |
Typedefs | |
typedef struct l4_kernel_info_mem_desc_t | l4_kernel_info_mem_desc_t |
Memory descriptor data structure. | |
Enumerations | |
enum | l4_mem_type_t { l4_mem_type_undefined = 0x0 , l4_mem_type_conventional = 0x1 , l4_mem_type_reserved = 0x2 , l4_mem_type_dedicated = 0x3 , l4_mem_type_shared = 0x4 , l4_mem_type_info = 0xd , l4_mem_type_bootloader = 0xe , l4_mem_type_archspecific = 0xf } |
Type of a memory descriptor. More... | |
enum | l4_mem_info_sub_type_t { l4_mem_info_acpi_rsdp = 0 } |
Memory sub types for l4_mem_type_info descriptors. More... | |
enum | l4_mem_archspecific_sub_type_common_t { l4_mem_archspecific_acpi_tables = 3 , l4_mem_archspecific_acpi_nvs = 4 } |
Memory sub types for l4_mem_type_archspecific descriptors. More... | |
Memory description functions.
Definition in file memdesc.h.