Lines Matching defs:boot_params
116 struct boot_params { struct
117 struct screen_info screen_info; /* 0x000 */
118 struct apm_bios_info apm_bios_info; /* 0x040 */
119 __u8 _pad2[4]; /* 0x054 */
120 __u64 tboot_addr; /* 0x058 */
121 struct ist_info ist_info; /* 0x060 */
122 __u64 acpi_rsdp_addr; /* 0x070 */
123 __u8 _pad3[8]; /* 0x078 */
147 * it into a clean boot_params buffer. If it turns out that argument
154 __u8 sentinel; /* 0x1ef */
155 __u8 _pad6[1]; /* 0x1f0 */
156 struct setup_header hdr; /* setup header */ /* 0x1f1 */
157 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
158 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
159 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
160 __u8 _pad8[48]; /* 0xcd0 */
161 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
162 __u8 _pad9[276]; /* 0xeec */