Lines Matching +full:0 +full:x1eb
6 #define SETUP_NONE 0
15 #define RAMDISK_IMAGE_START_MASK 0x07FF
16 #define RAMDISK_PROMPT_FLAG 0x8000
17 #define RAMDISK_LOAD_FLAG 0x4000
20 #define LOADED_HIGH (1<<0)
27 #define XLF_KERNEL_64 (1<<0)
47 __u8 data[0];
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 */
158 __u8 _pad3[16]; /* 0x070 */
159 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
160 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
161 struct sys_desc_table sys_desc_table; /* obsolete! */ /* 0x0a0 */
162 struct olpc_ofw_header olpc_ofw_header; /* 0x0b0 */
163 __u32 ext_ramdisk_image; /* 0x0c0 */
164 __u32 ext_ramdisk_size; /* 0x0c4 */
165 __u32 ext_cmd_line_ptr; /* 0x0c8 */
166 __u8 _pad4[116]; /* 0x0cc */
167 struct edid_info edid_info; /* 0x140 */
168 struct efi_info efi_info; /* 0x1c0 */
169 __u32 alt_mem_k; /* 0x1e0 */
170 __u32 scratch; /* Scratch field! */ /* 0x1e4 */
171 __u8 e820_entries; /* 0x1e8 */
172 __u8 eddbuf_entries; /* 0x1e9 */
173 __u8 edd_mbr_sig_buf_entries; /* 0x1ea */
174 __u8 kbd_status; /* 0x1eb */
175 __u8 secure_boot; /* 0x1ec */
176 __u8 _pad5[2]; /* 0x1ed */
178 * The sentinel is set to a nonzero value (0xff) in header.S.
184 * that this variable then is still 0xff will let kernel
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 */
239 X86_SUBARCH_PC = 0,