Lines Matching defs:boot_params
92 struct boot_params { struct
93 struct screen_info screen_info; /* 0x000 */
94 struct apm_bios_info apm_bios_info; /* 0x040 */
95 __u8 _pad2[4]; /* 0x054 */
96 __u64 tboot_addr; /* 0x058 */
97 struct ist_info ist_info; /* 0x060 */
98 __u8 _pad3[16]; /* 0x070 */
99 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
100 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
101 struct sys_desc_table sys_desc_table; /* 0x0a0 */
102 __u8 _pad4[144]; /* 0x0b0 */
103 struct edid_info edid_info; /* 0x140 */
104 struct efi_info efi_info; /* 0x1c0 */
105 __u32 alt_mem_k; /* 0x1e0 */
106 __u32 scratch; /* Scratch field! */ /* 0x1e4 */
107 __u8 e820_entries; /* 0x1e8 */
108 __u8 eddbuf_entries; /* 0x1e9 */
109 __u8 edd_mbr_sig_buf_entries; /* 0x1ea */
110 __u8 _pad6[6]; /* 0x1eb */
111 struct setup_header hdr; /* setup header */ /* 0x1f1 */
112 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
113 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
114 struct e820_entry e820_map[E820MAX]; /* 0x2d0 */
115 __u8 _pad8[48]; /* 0xcd0 */
116 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
117 __u8 _pad9[276]; /* 0xeec */