Lines Matching defs:xboot_info
89 struct xboot_info { struct
90 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 */
99 uint32_t bi_use_pae; /* MMU uses PAE mode (8 byte PTES) */
100 uint32_t bi_use_nx; /* MMU uses NX bit in PTEs */
101 uint32_t bi_use_pge; /* MMU uses Page Global Enable */
102 native_ptr_t bi_pt_window;
103 native_ptr_t bi_pte_to_pt_window;
104 native_ptr_t bi_kseg_size; /* size used for kernel nucleus pages */
105 uint64_t bi_top_page_table;
107 native_ptr_t bi_xen_start_info;
108 native_ptr_t bi_shared_info; /* VA for shared_info */
110 native_ptr_t bi_mb_info; /* multiboot 1 or 2 info */
111 int bi_mb_version; /* multiboot version */
112 native_ptr_t bi_acpi_rsdp;