Searched refs:bootinfo (Results 1 – 6 of 6) sorted by relevance
58 struct bootinfo __initdata bootinfo; variable239 struct bootmodules *mods = &bootinfo.modules; in add_boot_module()276 struct bootmodules *mods = &bootinfo.modules; in boot_module_find_by_kind()351 struct bootmodules *mods = &bootinfo.modules; in boot_module_find_by_addr_and_kind()381 struct bootmodules *mi = &bootinfo.modules; in discard_initial_modules()521 struct bootmodules *mi = &bootinfo.modules; in next_module()562 bank_size = bootinfo.mem.bank[bank].size; in init_pdx()570 bank_size = bootinfo.mem.bank[bank].size; in init_pdx()599 if ( !bootinfo.mem.nr_banks ) in setup_mm()608 ram_start = bootinfo.mem.bank[0].start; in setup_mm()[all …]
201 &bootinfo.reserved_mem); in process_reserved_memory()339 address_cells, size_cells, &bootinfo.mem); in early_scan_node()356 struct meminfo *mi = &bootinfo.mem; in early_print_info()357 struct meminfo *mem_resv = &bootinfo.reserved_mem; in early_print_info()358 struct bootmodules *mods = &bootinfo.modules; in early_print_info()359 struct bootcmdlines *cmds = &bootinfo.cmdlines; in early_print_info()
1597 if ( bootinfo.reserved_mem.nr_banks > 0 ) in handle_node()1600 &bootinfo.reserved_mem); in handle_node()
47 acpi_mem_nr_banks = bootinfo.acpi.nr_banks; in estimate_efi_size()125 for ( i = 0; i < bootinfo.acpi.nr_banks; i++, desc++ ) in acpi_create_efi_mmap_table()127 bootinfo.acpi.bank[i].start, in acpi_create_efi_mmap_table()128 bootinfo.acpi.bank[i].size); in acpi_create_efi_mmap_table()136 * (mem->nr_banks + bootinfo.acpi.nr_banks + 1); in acpi_create_efi_mmap_table()
160 if ( !meminfo_add_bank(&bootinfo.mem, desc_ptr) ) in efi_process_memory_map_bootinfo()170 if ( !meminfo_add_bank(&bootinfo.acpi, desc_ptr) ) in efi_process_memory_map_bootinfo()
68 struct bootinfo { struct78 extern struct bootinfo bootinfo; argument
Completed in 14 milliseconds