Lines Matching defs:boot_params
186 struct boot_params { struct
187 struct screen_info screen_info; /* 0x000 */
188 struct apm_bios_info apm_bios_info; /* 0x040 */
189 __u8 _pad2[4]; /* 0x054 */
190 __u64 tboot_addr; /* 0x058 */
191 struct ist_info ist_info; /* 0x060 */
192 __u64 acpi_rsdp_addr; /* 0x070 */
193 __u8 _pad3[8]; /* 0x078 */
217 * it into a clean boot_params buffer. If it turns out that argument
224 __u8 sentinel; /* 0x1ef */
225 __u8 _pad6[1]; /* 0x1f0 */
226 struct setup_header hdr; /* setup header */ /* 0x1f1 */
227 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
228 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
229 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
230 __u8 _pad8[48]; /* 0xcd0 */
231 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
232 __u8 _pad9[276]; /* 0xeec */