Lines Matching +full:0 +full:x290

6 #define SETUP_NONE			0
22 #define RAMDISK_IMAGE_START_MASK 0x07FF
23 #define RAMDISK_PROMPT_FLAG 0x8000
24 #define RAMDISK_LOAD_FLAG 0x4000
27 #define LOADED_HIGH (1<<0)
34 #define XLF_KERNEL_64 (1<<0)
187 struct screen_info screen_info; /* 0x000 */
188 struct apm_bios_info apm_bios_info; /* 0x040 */
189 __u8 _pad2[4]; /* 0x054 */
190 __u64 tboot_addr; /* 0x058 */
191 struct ist_info ist_info; /* 0x060 */
192 __u64 acpi_rsdp_addr; /* 0x070 */
193 __u8 _pad3[8]; /* 0x078 */
194 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
195 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
196 struct sys_desc_table sys_desc_table; /* obsolete! */ /* 0x0a0 */
197 struct olpc_ofw_header olpc_ofw_header; /* 0x0b0 */
198 __u32 ext_ramdisk_image; /* 0x0c0 */
199 __u32 ext_ramdisk_size; /* 0x0c4 */
200 __u32 ext_cmd_line_ptr; /* 0x0c8 */
201 __u8 _pad4[112]; /* 0x0cc */
202 __u32 cc_blob_address; /* 0x13c */
203 struct edid_info edid_info; /* 0x140 */
204 struct efi_info efi_info; /* 0x1c0 */
205 __u32 alt_mem_k; /* 0x1e0 */
206 __u32 scratch; /* Scratch field! */ /* 0x1e4 */
207 __u8 e820_entries; /* 0x1e8 */
208 __u8 eddbuf_entries; /* 0x1e9 */
209 __u8 edd_mbr_sig_buf_entries; /* 0x1ea */
210 __u8 kbd_status; /* 0x1eb */
211 __u8 secure_boot; /* 0x1ec */
212 __u8 _pad5[2]; /* 0x1ed */
214 * The sentinel is set to a nonzero value (0xff) in header.S.
220 * that this variable then is still 0xff will let kernel
224 __u8 sentinel; /* 0x1ef */
225 __u8 _pad6[1]; /* 0x1f0 */
226 struct setup_header hdr; /* setup header */ /* 0x1f1 */
227 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
228 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
229 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
230 __u8 _pad8[48]; /* 0xcd0 */
231 struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
232 __u8 _pad9[276]; /* 0xeec */
275 X86_SUBARCH_PC = 0,