boot_params 59 arch/x86/boot/apm.c boot_params.apm_bios_info.cseg = ax; boot_params 60 arch/x86/boot/apm.c boot_params.apm_bios_info.offset = ebx; boot_params 61 arch/x86/boot/apm.c boot_params.apm_bios_info.cseg_16 = cx; boot_params 62 arch/x86/boot/apm.c boot_params.apm_bios_info.dseg = dx; boot_params 63 arch/x86/boot/apm.c boot_params.apm_bios_info.cseg_len = (u16)esi; boot_params 64 arch/x86/boot/apm.c boot_params.apm_bios_info.cseg_16_len = esi >> 16; boot_params 65 arch/x86/boot/apm.c boot_params.apm_bios_info.dseg_len = di; boot_params 89 arch/x86/boot/apm.c boot_params.apm_bios_info.version = ax; boot_params 90 arch/x86/boot/apm.c boot_params.apm_bios_info.flags = cx; boot_params 36 arch/x86/boot/boot.h extern struct boot_params boot_params; boot_params 32 arch/x86/boot/cmdline.c u32 cmdline_ptr = boot_params.hdr.cmd_line_ptr; boot_params 105 arch/x86/boot/cmdline.c u32 cmdline_ptr = boot_params.hdr.cmd_line_ptr; boot_params 189 arch/x86/boot/compressed/misc.c static struct boot_params *real_mode; /* Pointer to real-mode data */ boot_params 57 arch/x86/boot/edd.c if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) boot_params 59 arch/x86/boot/edd.c if (mbrbuf_end > (char *)(size_t)boot_params.hdr.heap_end_ptr) boot_params 157 arch/x86/boot/edd.c edp = boot_params.eddbuf; boot_params 158 arch/x86/boot/edd.c mbrptr = boot_params.edd_mbr_sig_buffer; boot_params 176 arch/x86/boot/edd.c && boot_params.eddbuf_entries < EDDMAXNR) { boot_params 179 arch/x86/boot/edd.c boot_params.eddbuf_entries++; boot_params 183 arch/x86/boot/edd.c boot_params.edd_mbr_sig_buf_entries = devno-0x80+1; boot_params 17 arch/x86/boot/main.c struct boot_params boot_params __attribute__((aligned(16))); boot_params 37 arch/x86/boot/main.c BUILD_BUG_ON(sizeof boot_params != 4096); boot_params 38 arch/x86/boot/main.c memcpy(&boot_params.hdr, &hdr, sizeof hdr); boot_params 40 arch/x86/boot/main.c if (!boot_params.hdr.cmd_line_ptr && boot_params 48 arch/x86/boot/main.c if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) boot_params 53 arch/x86/boot/main.c boot_params.hdr.cmd_line_ptr = boot_params 82 arch/x86/boot/main.c : "=a" (boot_params.ist_info.signature), boot_params 83 arch/x86/boot/main.c "=b" (boot_params.ist_info.command), boot_params 84 arch/x86/boot/main.c "=c" (boot_params.ist_info.event), boot_params 85 arch/x86/boot/main.c "=d" (boot_params.ist_info.perf_level) boot_params 110 arch/x86/boot/main.c if (boot_params.hdr.loadflags & CAN_USE_HEAP) { boot_params 115 arch/x86/boot/main.c ((size_t)boot_params.hdr.heap_end_ptr + 0x200); boot_params 175 arch/x86/boot/main.c boot_params.hdr.loadflags |= QUIET_FLAG; boot_params 36 arch/x86/boot/mca.c if (len > sizeof(boot_params.sys_desc_table)) boot_params 37 arch/x86/boot/mca.c len = sizeof(boot_params.sys_desc_table); boot_params 39 arch/x86/boot/mca.c copy_from_fs(&boot_params.sys_desc_table, bx, len); boot_params 25 arch/x86/boot/memory.c struct e820entry *desc = boot_params.e820_map; boot_params 56 arch/x86/boot/memory.c } while (next && count < ARRAY_SIZE(boot_params.e820_map)); boot_params 58 arch/x86/boot/memory.c return boot_params.e820_entries = count; boot_params 87 arch/x86/boot/memory.c boot_params.alt_mem_k = (ax == 15*1024) ? (dx << 6)+ax : ax; boot_params 100 arch/x86/boot/memory.c boot_params.screen_info.ext_mem_k = ax; boot_params 24 arch/x86/boot/pm.c if (boot_params.hdr.realmode_swtch) { boot_params 26 arch/x86/boot/pm.c : : "m" (boot_params.hdr.realmode_swtch) boot_params 50 arch/x86/boot/pm.c syssize = boot_params.hdr.syssize; /* Size in 16-byte paragraphs */ boot_params 168 arch/x86/boot/pm.c protected_mode_jump(boot_params.hdr.code32_start, boot_params 169 arch/x86/boot/pm.c (u32)&boot_params + (ds() << 4)); boot_params 52 arch/x86/boot/video-bios.c if (new_mode != boot_params.screen_info.orig_video_mode) { boot_params 56 arch/x86/boot/video-bios.c ax = boot_params.screen_info.orig_video_mode; boot_params 71 arch/x86/boot/video-bios.c u8 saved_mode = boot_params.screen_info.orig_video_mode; boot_params 170 arch/x86/boot/video-mode.c boot_params.hdr.vid_mode = real_mode; boot_params 192 arch/x86/boot/video-vesa.c boot_params.screen_info.red_size = dac_size; boot_params 193 arch/x86/boot/video-vesa.c boot_params.screen_info.green_size = dac_size; boot_params 194 arch/x86/boot/video-vesa.c boot_params.screen_info.blue_size = dac_size; boot_params 195 arch/x86/boot/video-vesa.c boot_params.screen_info.rsvd_size = dac_size; boot_params 197 arch/x86/boot/video-vesa.c boot_params.screen_info.red_pos = 0; boot_params 198 arch/x86/boot/video-vesa.c boot_params.screen_info.green_pos = 0; boot_params 199 arch/x86/boot/video-vesa.c boot_params.screen_info.blue_pos = 0; boot_params 200 arch/x86/boot/video-vesa.c boot_params.screen_info.rsvd_pos = 0; boot_params 217 arch/x86/boot/video-vesa.c boot_params.screen_info.vesapm_seg = es; boot_params 218 arch/x86/boot/video-vesa.c boot_params.screen_info.vesapm_off = di; boot_params 227 arch/x86/boot/video-vesa.c boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; boot_params 230 arch/x86/boot/video-vesa.c boot_params.screen_info.vesa_attributes = vminfo.mode_attr; boot_params 231 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_linelength = vminfo.logical_scan; boot_params 232 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_width = vminfo.h_res; boot_params 233 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_height = vminfo.v_res; boot_params 234 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_depth = vminfo.bpp; boot_params 235 arch/x86/boot/video-vesa.c boot_params.screen_info.pages = vminfo.image_planes; boot_params 236 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_base = vminfo.lfb_ptr; boot_params 237 arch/x86/boot/video-vesa.c memcpy(&boot_params.screen_info.red_size, boot_params 241 arch/x86/boot/video-vesa.c boot_params.screen_info.lfb_size = vginfo.total_memory; boot_params 259 arch/x86/boot/video-vesa.c memset(&boot_params.edid_info, 0x13, sizeof boot_params.edid_info); boot_params 287 arch/x86/boot/video-vesa.c di =(size_t) &boot_params.edid_info; /* (ES:)Pointer to block */ boot_params 289 arch/x86/boot/video-vesa.c : "+a" (ax), "+b" (bx), "+d" (dx), "=m" (boot_params.edid_info) boot_params 234 arch/x86/boot/video-vga.c boot_params.screen_info.orig_video_ega_bx = ega_bx; boot_params 248 arch/x86/boot/video-vga.c boot_params.screen_info.orig_video_isVGA = 1; boot_params 30 arch/x86/boot/video.c boot_params.screen_info.orig_x = curpos; boot_params 31 arch/x86/boot/video.c boot_params.screen_info.orig_y = curpos >> 8; boot_params 46 arch/x86/boot/video.c boot_params.screen_info.orig_video_mode = ax & 0x7f; boot_params 47 arch/x86/boot/video.c boot_params.screen_info.orig_video_page = page >> 8; boot_params 69 arch/x86/boot/video.c if (boot_params.screen_info.orig_video_mode == 0x07) { boot_params 79 arch/x86/boot/video.c boot_params.screen_info.orig_video_points = font_size; boot_params 89 arch/x86/boot/video.c boot_params.screen_info.orig_video_cols = x; boot_params 90 arch/x86/boot/video.c boot_params.screen_info.orig_video_lines = y; boot_params 238 arch/x86/boot/video.c saved.x = boot_params.screen_info.orig_video_cols; boot_params 239 arch/x86/boot/video.c saved.y = boot_params.screen_info.orig_video_lines; boot_params 240 arch/x86/boot/video.c saved.curx = boot_params.screen_info.orig_x; boot_params 241 arch/x86/boot/video.c saved.cury = boot_params.screen_info.orig_y; boot_params 255 arch/x86/boot/video.c int xs = boot_params.screen_info.orig_video_cols; boot_params 256 arch/x86/boot/video.c int ys = boot_params.screen_info.orig_video_lines; boot_params 313 arch/x86/boot/video.c u16 mode = boot_params.hdr.vid_mode; boot_params 331 arch/x86/boot/video.c boot_params.hdr.vid_mode = mode; boot_params 22 arch/x86/boot/voyager.c u8 *data_ptr = (u8 *)&boot_params.apm_bios_info; boot_params 143 arch/x86/kernel/asm-offsets_32.c OFFSET(BP_scratch, boot_params, scratch); boot_params 144 arch/x86/kernel/asm-offsets_32.c OFFSET(BP_loadflags, boot_params, hdr.loadflags); boot_params 145 arch/x86/kernel/asm-offsets_32.c OFFSET(BP_hardware_subarch, boot_params, hdr.hardware_subarch); boot_params 146 arch/x86/kernel/asm-offsets_32.c OFFSET(BP_version, boot_params, hdr.version); boot_params 132 arch/x86/kernel/asm-offsets_64.c OFFSET(BP_scratch, boot_params, scratch); boot_params 133 arch/x86/kernel/asm-offsets_64.c OFFSET(BP_loadflags, boot_params, hdr.loadflags); boot_params 134 arch/x86/kernel/asm-offsets_64.c OFFSET(BP_hardware_subarch, boot_params, hdr.hardware_subarch); boot_params 135 arch/x86/kernel/asm-offsets_64.c OFFSET(BP_version, boot_params, hdr.version); boot_params 1338 arch/x86/kernel/e820.c new_nr = boot_params.e820_entries; boot_params 1339 arch/x86/kernel/e820.c sanitize_e820_map(boot_params.e820_map, boot_params 1340 arch/x86/kernel/e820.c ARRAY_SIZE(boot_params.e820_map), boot_params 1342 arch/x86/kernel/e820.c boot_params.e820_entries = new_nr; boot_params 1343 arch/x86/kernel/e820.c if (append_e820_map(boot_params.e820_map, boot_params.e820_entries) boot_params 1348 arch/x86/kernel/e820.c if (boot_params.alt_mem_k boot_params 1349 arch/x86/kernel/e820.c < boot_params.screen_info.ext_mem_k) { boot_params 1350 arch/x86/kernel/e820.c mem_size = boot_params.screen_info.ext_mem_k; boot_params 1353 arch/x86/kernel/e820.c mem_size = boot_params.alt_mem_k; boot_params 958 arch/x86/kernel/early_printk.c && boot_params.screen_info.orig_video_isVGA == 1) { boot_params 959 arch/x86/kernel/early_printk.c max_xpos = boot_params.screen_info.orig_video_cols; boot_params 960 arch/x86/kernel/early_printk.c max_ypos = boot_params.screen_info.orig_video_lines; boot_params 961 arch/x86/kernel/early_printk.c current_ypos = boot_params.screen_info.orig_y; boot_params 257 arch/x86/kernel/efi.c pmap = boot_params.efi_info.efi_memmap; boot_params 259 arch/x86/kernel/efi.c pmap = (boot_params.efi_info.efi_memmap | boot_params 260 arch/x86/kernel/efi.c ((__u64)boot_params.efi_info.efi_memmap_hi<<32)); boot_params 263 arch/x86/kernel/efi.c memmap.nr_map = boot_params.efi_info.efi_memmap_size / boot_params 264 arch/x86/kernel/efi.c boot_params.efi_info.efi_memdesc_size; boot_params 265 arch/x86/kernel/efi.c memmap.desc_version = boot_params.efi_info.efi_memdesc_version; boot_params 266 arch/x86/kernel/efi.c memmap.desc_size = boot_params.efi_info.efi_memdesc_size; boot_params 301 arch/x86/kernel/efi.c efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; boot_params 304 arch/x86/kernel/efi.c (boot_params.efi_info.efi_systab | boot_params 305 arch/x86/kernel/efi.c ((__u64)boot_params.efi_info.efi_systab_hi<<32)); boot_params 22 arch/x86/kernel/head32.c if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { boot_params 23 arch/x86/kernel/head32.c u64 ramdisk_image = boot_params.hdr.ramdisk_image; boot_params 24 arch/x86/kernel/head32.c u64 ramdisk_size = boot_params.hdr.ramdisk_size; boot_params 68 arch/x86/kernel/head64.c memcpy(&boot_params, real_mode_data, sizeof boot_params); boot_params 69 arch/x86/kernel/head64.c if (boot_params.hdr.cmd_line_ptr) { boot_params 70 arch/x86/kernel/head64.c command_line = __va(boot_params.hdr.cmd_line_ptr); boot_params 127 arch/x86/kernel/head64.c if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { boot_params 128 arch/x86/kernel/head64.c unsigned long ramdisk_image = boot_params.hdr.ramdisk_image; boot_params 129 arch/x86/kernel/head64.c unsigned long ramdisk_size = boot_params.hdr.ramdisk_size; boot_params 130 arch/x86/kernel/kdebugfs.c pa_data = boot_params.hdr.setup_data; boot_params 171 arch/x86/kernel/kdebugfs.c .data = &boot_params, boot_params 172 arch/x86/kernel/kdebugfs.c .size = sizeof(boot_params), boot_params 186 arch/x86/kernel/kdebugfs.c &boot_params.hdr.version); boot_params 114 arch/x86/kernel/setup.c struct boot_params __initdata boot_params; boot_params 116 arch/x86/kernel/setup.c struct boot_params boot_params; boot_params 242 arch/x86/kernel/setup.c memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer, boot_params 244 arch/x86/kernel/setup.c memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); boot_params 245 arch/x86/kernel/setup.c edd.mbr_signature_nr = boot_params.edd_mbr_sig_buf_entries; boot_params 246 arch/x86/kernel/setup.c edd.edd_info_nr = boot_params.eddbuf_entries; boot_params 262 arch/x86/kernel/setup.c u64 ramdisk_image = boot_params.hdr.ramdisk_image; boot_params 263 arch/x86/kernel/setup.c u64 ramdisk_size = boot_params.hdr.ramdisk_size; boot_params 313 arch/x86/kernel/setup.c ramdisk_image = boot_params.hdr.ramdisk_image; boot_params 314 arch/x86/kernel/setup.c ramdisk_size = boot_params.hdr.ramdisk_size; boot_params 324 arch/x86/kernel/setup.c u64 ramdisk_image = boot_params.hdr.ramdisk_image; boot_params 325 arch/x86/kernel/setup.c u64 ramdisk_size = boot_params.hdr.ramdisk_size; boot_params 329 arch/x86/kernel/setup.c if (!boot_params.hdr.type_of_loader || boot_params 378 arch/x86/kernel/setup.c if (boot_params.hdr.version < 0x0209) boot_params 380 arch/x86/kernel/setup.c pa_data = boot_params.hdr.setup_data; boot_params 401 arch/x86/kernel/setup.c if (boot_params.hdr.version < 0x0209) boot_params 403 arch/x86/kernel/setup.c pa_data = boot_params.hdr.setup_data; boot_params 427 arch/x86/kernel/setup.c if (boot_params.hdr.version < 0x0209) boot_params 429 arch/x86/kernel/setup.c pa_data = boot_params.hdr.setup_data; boot_params 794 arch/x86/kernel/setup.c ROOT_DEV = old_decode_dev(boot_params.hdr.root_dev); boot_params 795 arch/x86/kernel/setup.c screen_info = boot_params.screen_info; boot_params 796 arch/x86/kernel/setup.c edid_info = boot_params.edid_info; boot_params 798 arch/x86/kernel/setup.c apm_info.bios = boot_params.apm_bios_info; boot_params 799 arch/x86/kernel/setup.c ist_info = boot_params.ist_info; boot_params 800 arch/x86/kernel/setup.c if (boot_params.sys_desc_table.length != 0) { boot_params 801 arch/x86/kernel/setup.c set_mca_bus(boot_params.sys_desc_table.table[3] & 0x2); boot_params 802 arch/x86/kernel/setup.c machine_id = boot_params.sys_desc_table.table[0]; boot_params 803 arch/x86/kernel/setup.c machine_submodel_id = boot_params.sys_desc_table.table[1]; boot_params 804 arch/x86/kernel/setup.c BIOS_revision = boot_params.sys_desc_table.table[2]; boot_params 807 arch/x86/kernel/setup.c saved_video_mode = boot_params.hdr.vid_mode; boot_params 808 arch/x86/kernel/setup.c bootloader_type = boot_params.hdr.type_of_loader; boot_params 811 arch/x86/kernel/setup.c rd_image_start = boot_params.hdr.ram_size & RAMDISK_IMAGE_START_MASK; boot_params 812 arch/x86/kernel/setup.c rd_prompt = ((boot_params.hdr.ram_size & RAMDISK_PROMPT_FLAG) != 0); boot_params 813 arch/x86/kernel/setup.c rd_doload = ((boot_params.hdr.ram_size & RAMDISK_LOAD_FLAG) != 0); boot_params 816 arch/x86/kernel/setup.c if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, boot_params 837 arch/x86/kernel/setup.c if (!boot_params.hdr.root_flags) boot_params 107 arch/x86/kernel/visws_quirks.c mem_size = boot_params.alt_mem_k; boot_params 869 arch/x86/lguest/boot.c e820_add_region(boot_params.e820_map[0].addr, boot_params 870 arch/x86/lguest/boot.c boot_params.e820_map[0].size, boot_params 871 arch/x86/lguest/boot.c boot_params.e820_map[0].type); boot_params 92 arch/x86/mach-voyager/setup.c tom = (boot_params.screen_info.ext_mem_k) << 10; boot_params 1692 arch/x86/xen/enlighten.c boot_params.hdr.type_of_loader = (9 << 4) | 0; boot_params 1693 arch/x86/xen/enlighten.c boot_params.hdr.ramdisk_image = xen_start_info->mod_start boot_params 1695 arch/x86/xen/enlighten.c boot_params.hdr.ramdisk_size = xen_start_info->mod_len; boot_params 1696 arch/x86/xen/enlighten.c boot_params.hdr.cmd_line_ptr = __pa(xen_start_info->cmd_line); boot_params 1710 arch/x86/xen/enlighten.c x86_64_start_reservations((char *)__pa_symbol(&boot_params)); boot_params 4 include/asm-x86/mach-voyager/setup_arch.h (&boot_params.apm_bios_info)) boot_params 79 include/asm-x86/setup.h extern struct boot_params boot_params;