Home
last modified time | relevance | path

Searched refs:bootinfo (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dsetup.c53 struct bootinfo __initdata bootinfo; variable
208 struct bootmodules *mods = &bootinfo.modules; in add_boot_module()
232 struct bootmodules *mods = &bootinfo.modules; in boot_module_find_by_kind()
260 struct bootmodules *mi = &bootinfo.modules; in discard_initial_modules()
360 struct bootmodules *mi = &bootinfo.modules; in next_module()
393 struct meminfo *mi = &bootinfo.mem; in get_xen_paddr()
447 bank_size = bootinfo.mem.bank[bank].size; in init_pdx()
455 bank_size = bootinfo.mem.bank[bank].size; in init_pdx()
486 if ( !bootinfo.mem.nr_banks ) in setup_mm()
491 ram_start = bootinfo.mem.bank[0].start; in setup_mm()
[all …]
A Dbootfdt.c155 for ( i = 0; i < banks && bootinfo.mem.nr_banks < NR_MEM_BANKS; i++ ) in process_memory_node()
160 bootinfo.mem.bank[bootinfo.mem.nr_banks].start = start; in process_memory_node()
161 bootinfo.mem.bank[bootinfo.mem.nr_banks].size = size; in process_memory_node()
162 bootinfo.mem.nr_banks++; in process_memory_node()
300 struct meminfo *mi = &bootinfo.mem; in early_print_info()
301 struct bootmodules *mods = &bootinfo.modules; in early_print_info()
/xen-4.10.0-shim-comet/xen/arch/arm/efi/
A Defi-dom0.c47 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()
A Defi-boot.h157 if ( !meminfo_add_bank(&bootinfo.mem, desc_ptr) ) in efi_process_memory_map_bootinfo()
167 if ( !meminfo_add_bank(&bootinfo.acpi, desc_ptr) ) in efi_process_memory_map_bootinfo()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dsetup.h46 struct bootinfo { struct
54 extern struct bootinfo bootinfo; argument

Completed in 8 milliseconds