Searched defs:xboot_info (Results 1 – 1 of 1) sorted by relevance
89 struct xboot_info { struct90 uint64_t bi_next_paddr; /* next physical address not used */91 native_ptr_t bi_next_vaddr; /* next virtual address not used */92 native_ptr_t bi_cmdline;93 native_ptr_t bi_phys_install;94 native_ptr_t bi_rsvdmem;95 native_ptr_t bi_pcimem;96 native_ptr_t bi_modules;97 uint32_t bi_module_cnt;98 uint32_t bi_use_largepage; /* MMU uses large pages */[all …]