Searched defs:_fastboot_info (Results 1 – 1 of 1) sorted by relevance
132 typedef struct _fastboot_info { struct133 uint32_t fi_magic; /* magic for fast reboot */134 fastboot_file_t fi_files[FASTBOOT_MAX_FILES_TOTAL];135 int fi_has_pae;136 uintptr_t fi_pagetable_va;137 paddr_t fi_pagetable_pa;138 paddr_t fi_last_table_pa;139 paddr_t fi_new_mbi_pa; /* new multiboot info PA */140 int fi_valid; /* is the new kernel valid */141 uintptr_t fi_next_table_va;[all …]