/linux-2.6.39/arch/x86/boot/ |
D | video-vesa.c | 178 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits() 179 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits() 180 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits() 181 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits() 183 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits() 184 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits() 185 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits() 186 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits() 201 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info() 202 boot_params.screen_info.vesapm_off = oreg.di; in vesa_store_pm_info() [all …]
|
D | main.c | 18 struct boot_params boot_params __attribute__((aligned(16))); variable 38 BUILD_BUG_ON(sizeof boot_params != 4096); in copy_boot_params() 39 memcpy(&boot_params.hdr, &hdr, sizeof hdr); in copy_boot_params() 41 if (!boot_params.hdr.cmd_line_ptr && in copy_boot_params() 49 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params() 54 boot_params.hdr.cmd_line_ptr = in copy_boot_params() 88 boot_params.ist_info.signature = oreg.eax; in query_ist() 89 boot_params.ist_info.command = oreg.ebx; in query_ist() 90 boot_params.ist_info.event = oreg.ecx; in query_ist() 91 boot_params.ist_info.perf_level = oreg.edx; in query_ist() [all …]
|
D | apm.c | 47 boot_params.apm_bios_info.cseg = oreg.ax; in query_apm_bios() 48 boot_params.apm_bios_info.offset = oreg.ebx; in query_apm_bios() 49 boot_params.apm_bios_info.cseg_16 = oreg.cx; in query_apm_bios() 50 boot_params.apm_bios_info.dseg = oreg.dx; in query_apm_bios() 51 boot_params.apm_bios_info.cseg_len = oreg.si; in query_apm_bios() 52 boot_params.apm_bios_info.cseg_16_len = oreg.hsi; in query_apm_bios() 53 boot_params.apm_bios_info.dseg_len = oreg.di; in query_apm_bios() 71 boot_params.apm_bios_info.version = oreg.ax; in query_apm_bios() 72 boot_params.apm_bios_info.flags = oreg.cx; in query_apm_bios()
|
D | video.c | 28 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position() 29 boot_params.screen_info.orig_y = oreg.dh; in store_cursor_position() 32 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position() 35 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position() 49 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f; in store_video_mode() 50 boot_params.screen_info.orig_video_page = oreg.bh; in store_video_mode() 72 if (boot_params.screen_info.orig_video_mode == 0x07) { in store_mode_params() 82 boot_params.screen_info.orig_video_points = font_size; in store_mode_params() 92 boot_params.screen_info.orig_video_cols = x; in store_mode_params() 93 boot_params.screen_info.orig_video_lines = y; in store_mode_params() [all …]
|
D | memory.c | 24 struct e820entry *desc = boot_params.e820_map; in detect_memory_e820() 69 } while (ireg.ebx && count < ARRAY_SIZE(boot_params.e820_map)); in detect_memory_e820() 71 return boot_params.e820_entries = count; in detect_memory_e820() 94 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801() 103 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801() 117 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
|
D | edd.c | 58 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig() 60 if (mbrbuf_end > (char *)(size_t)boot_params.hdr.heap_end_ptr) in read_mbr_sig() 148 edp = boot_params.eddbuf; in query_edd() 149 mbrptr = boot_params.edd_mbr_sig_buffer; in query_edd() 167 && boot_params.eddbuf_entries < EDDMAXNR) { in query_edd() 170 boot_params.eddbuf_entries++; in query_edd() 174 boot_params.edd_mbr_sig_buf_entries = devno-0x80+1; in query_edd()
|
D | pm.c | 24 if (boot_params.hdr.realmode_swtch) { in realmode_switch_hook() 26 : : "m" (boot_params.hdr.realmode_swtch) in realmode_switch_hook() 124 protected_mode_jump(boot_params.hdr.code32_start, in go_to_protected_mode() 125 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
|
D | mca.c | 33 if (len > sizeof(boot_params.sys_desc_table)) in query_mca() 34 len = sizeof(boot_params.sys_desc_table); in query_mca() 36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len); in query_mca()
|
D | video-bios.c | 52 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode() 56 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode() 69 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
|
/linux-2.6.39/arch/x86/kernel/ |
D | setup.c | 147 struct boot_params __initdata boot_params; variable 149 struct boot_params boot_params; variable 258 memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer, in copy_edd() 260 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); in copy_edd() 261 edd.mbr_signature_nr = boot_params.edd_mbr_sig_buf_entries; in copy_edd() 262 edd.edd_info_nr = boot_params.eddbuf_entries; in copy_edd() 322 u64 ramdisk_image = boot_params.hdr.ramdisk_image; in relocate_initrd() 323 u64 ramdisk_size = boot_params.hdr.ramdisk_size; in relocate_initrd() 373 ramdisk_image = boot_params.hdr.ramdisk_image; in relocate_initrd() 374 ramdisk_size = boot_params.hdr.ramdisk_size; in relocate_initrd() [all …]
|
D | head64.c | 49 memcpy(&boot_params, real_mode_data, sizeof boot_params); in copy_bootdata() 50 if (boot_params.hdr.cmd_line_ptr) { in copy_bootdata() 51 command_line = __va(boot_params.hdr.cmd_line_ptr); in copy_bootdata() 107 if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { in x86_64_start_reservations() 109 unsigned long ramdisk_image = boot_params.hdr.ramdisk_image; in x86_64_start_reservations() 110 unsigned long ramdisk_size = boot_params.hdr.ramdisk_size; in x86_64_start_reservations()
|
D | head32.c | 41 if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { in i386_start_kernel() 43 u64 ramdisk_image = boot_params.hdr.ramdisk_image; in i386_start_kernel() 44 u64 ramdisk_size = boot_params.hdr.ramdisk_size; in i386_start_kernel() 51 switch (boot_params.hdr.hardware_subarch) { in i386_start_kernel()
|
D | asm-offsets.c | 65 OFFSET(BP_scratch, boot_params, scratch); in common() 66 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common() 67 OFFSET(BP_hardware_subarch, boot_params, hdr.hardware_subarch); in common() 68 OFFSET(BP_version, boot_params, hdr.version); in common() 69 OFFSET(BP_kernel_alignment, boot_params, hdr.kernel_alignment); in common()
|
D | tboot.c | 62 if (!boot_params.tboot_addr) in tboot_probe() 68 if (!e820_any_mapped(boot_params.tboot_addr, in tboot_probe() 69 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe() 81 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe() 85 boot_params.tboot_addr); in tboot_probe() 96 boot_params.tboot_addr); in tboot_probe()
|
D | kdebugfs.c | 127 pa_data = boot_params.hdr.setup_data; in create_setup_data_nodes() 166 .data = &boot_params, 167 .size = sizeof(boot_params), 180 &boot_params.hdr.version); in boot_params_kdebugfs_init()
|
D | early_printk.c | 229 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk() 230 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk() 231 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk() 232 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()
|
/linux-2.6.39/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 243 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 254 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 265 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 276 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 287 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 298 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 309 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 320 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100,
|
D | micro9.c | 80 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 91 .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, 102 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 113 .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100,
|
/linux-2.6.39/arch/arm/mach-msm/ |
D | board-msm7x27.c | 133 .boot_params = PLAT_PHYS_OFFSET + 0x100, 141 .boot_params = PLAT_PHYS_OFFSET + 0x100, 149 .boot_params = PLAT_PHYS_OFFSET + 0x100, 157 .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
D | board-msm7x30.c | 109 .boot_params = PLAT_PHYS_OFFSET + 0x100, 117 .boot_params = PLAT_PHYS_OFFSET + 0x100, 125 .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
/linux-2.6.39/arch/arm/mach-s3c2412/ |
D | mach-smdk2413.c | 131 .boot_params = S3C2410_SDRAM_PA + 0x100, 142 .boot_params = S3C2410_SDRAM_PA + 0x100, 153 .boot_params = S3C2410_SDRAM_PA + 0x100,
|
/linux-2.6.39/arch/x86/platform/efi/ |
D | efi.c | 284 pmap = boot_params.efi_info.efi_memmap; in efi_memblock_x86_reserve_range() 286 pmap = (boot_params.efi_info.efi_memmap | in efi_memblock_x86_reserve_range() 287 ((__u64)boot_params.efi_info.efi_memmap_hi<<32)); in efi_memblock_x86_reserve_range() 290 memmap.nr_map = boot_params.efi_info.efi_memmap_size / in efi_memblock_x86_reserve_range() 291 boot_params.efi_info.efi_memdesc_size; in efi_memblock_x86_reserve_range() 292 memmap.desc_version = boot_params.efi_info.efi_memdesc_version; in efi_memblock_x86_reserve_range() 293 memmap.desc_size = boot_params.efi_info.efi_memdesc_size; in efi_memblock_x86_reserve_range() 328 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init() 331 (boot_params.efi_info.efi_systab | in efi_init() 332 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
|
/linux-2.6.39/arch/arm/mach-ixp4xx/ |
D | ixdp425-setup.c | 263 .boot_params = 0x0100, 274 .boot_params = 0x0100, 285 .boot_params = 0x0100, 296 .boot_params = 0x0100,
|
/linux-2.6.39/arch/arm/mach-kirkwood/ |
D | openrd-setup.c | 217 .boot_params = 0x00000100, 229 .boot_params = 0x00000100, 241 .boot_params = 0x00000100,
|
D | netspace_v2-setup.c | 261 .boot_params = 0x00000100, 272 .boot_params = 0x00000100, 283 .boot_params = 0x00000100,
|