Lines Matching refs:mbi
13 static multiboot_info_t __initdata mbi = { variable
269 "D" (&mbi) in efi_arch_post_exit_boot()
287 microcode_set_module(mbi.mods_count); in efi_arch_cfg_file_late()
304 place_string(&mbi.cmdline, name.s); in efi_arch_handle_cmdline()
307 place_string(&mbi.cmdline, cfgfile_options); in efi_arch_handle_cmdline()
316 place_string(&mbi.cmdline, name.s); in efi_arch_handle_cmdline()
318 if ( mbi.cmdline ) in efi_arch_handle_cmdline()
319 mbi.flags |= MBI_CMDLINE; in efi_arch_handle_cmdline()
324 mbi.boot_loader_name = (long)"EFI"; in efi_arch_handle_cmdline()
325 mbi.mods_addr = (long)mb_modules; in efi_arch_handle_cmdline()
627 place_string(&mb_modules[mbi.mods_count].string, options); in efi_arch_handle_module()
628 place_string(&mb_modules[mbi.mods_count].string, local_name.s); in efi_arch_handle_module()
629 mb_modules[mbi.mods_count].mod_start = file->addr >> PAGE_SHIFT; in efi_arch_handle_module()
630 mb_modules[mbi.mods_count].mod_end = file->size; in efi_arch_handle_module()
631 ++mbi.mods_count; in efi_arch_handle_module()