Lines Matching defs:_fastboot_info
132 typedef struct _fastboot_info { struct
133 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;
142 paddr_t fi_next_table_pa;
143 uint_t *fi_shift_amt;
144 uint_t fi_ptes_per_table;
145 uint_t fi_lpagesize;
146 int fi_top_level; /* top level of page tables */
147 size_t fi_pagetable_size; /* size allocated for pt */
148 uintptr_t fi_new_mbi_va; /* new multiboot info VA */
149 size_t fi_mbi_size; /* size allocated for mbi */
150 uchar_t fi_md5_hash[FASTBOOT_MAX_MD5_HASH][MD5_DIGEST_LENGTH];