Searched defs:xboot_info (Results 1 – 1 of 1) sorted by relevance
101 struct xboot_info { struct102 uint64_t bi_next_paddr; /* next physical address not used */103 native_ptr_t bi_next_vaddr; /* next virtual address not used */104 native_ptr_t bi_cmdline;105 native_ptr_t bi_phys_install;106 native_ptr_t bi_rsvdmem;107 native_ptr_t bi_pcimem;108 native_ptr_t bi_modules;109 uint32_t bi_module_cnt;110 uint32_t bi_use_largepage; /* MMU uses large pages */[all …]