Lines Matching defs:boot_params
152 struct boot_params { struct
153 struct screen_info screen_info; /* 0x000 */
154 struct apm_bios_info apm_bios_info; /* 0x040 */
155 __u8 _pad2[4]; /* 0x054 */
156 __u64 tboot_addr; /* 0x058 */
157 struct ist_info ist_info; /* 0x060 */
181 * it into a clean boot_params buffer. If it turns out that argument
188 __u8 sentinel; /* 0x1ef */
189 __u8 _pad6[1]; /* 0x1f0 */
190 struct setup_header hdr; /* setup header */ /* 0x1f1 */
191 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
192 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
193 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
194 __u8 _pad8[48]; /* 0xcd0 */
195 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
196 __u8 _pad9[276]; /* 0xeec */