Home
last modified time | relevance | path

Searched defs:mb_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/multiboot/
H A Dmultiboot.h28 struct mb_info { struct
29 uint32_t flags;
30 uint32_t mem_lower;
31 uint32_t mem_upper;
33 uint32_t cmdline;
34 uint32_t mods_count;
35 uint32_t mods_addr;
36 char syms[16];
38 uint32_t mmap_addr;
43 uint32_t apm_table;
[all …]