Searched refs:mbinfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Dmultiboot.c103 * @v mbinfo Multiboot information structure
108 struct multiboot_info *mbinfo,
131 mbinfo->mmap_length += sizeof ( mbmemmap[i] );
133 mbinfo->mem_lower = ( memmap.regions[i].end / 1024 );
135 mbinfo->mem_upper = ( ( memmap.regions[i].end -
181 * @v mbinfo Multiboot information structure
186 struct multiboot_info *mbinfo,
196 if ( mbinfo->mods_count >= limit ) {
224 module = &modules[mbinfo->mods_count++];
245 static struct multiboot_info __bss16 ( mbinfo );
107 multiboot_build_memmap( struct image *image, struct multiboot_info *mbinfo, struct multiboot_memory_map *mbmemmap, unsigned int limit ) argument
185 multiboot_add_modules( struct image *image, physaddr_t start, struct multiboot_info *mbinfo, struct multiboot_module *modules, unsigned int limit ) argument
246 #define mbinfo macro
[all...]

Completed in 315 milliseconds