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