Lines Matching defs:boot_params
175 struct boot_params { struct
176 struct screen_info screen_info; /* 0x000 */
177 struct apm_bios_info apm_bios_info; /* 0x040 */
178 __u8 _pad2[4]; /* 0x054 */
179 __u64 tboot_addr; /* 0x058 */
180 struct ist_info ist_info; /* 0x060 */
181 __u64 acpi_rsdp_addr; /* 0x070 */
205 * it into a clean boot_params buffer. If it turns out that argument
212 __u8 sentinel; /* 0x1ef */
213 __u8 _pad6[1]; /* 0x1f0 */
214 struct setup_header hdr; /* setup header */ /* 0x1f1 */
215 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
216 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
217 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
218 __u8 _pad8[48]; /* 0xcd0 */
219 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
220 __u8 _pad9[276]; /* 0xeec */