Home
last modified time | relevance | path

Searched refs:screen_info (Results 1 – 25 of 30) sorted by relevance

12

/arch/x86/xen/
A Dvga.c12 struct screen_info *screen_info) in xen_init_vga() argument
16 screen_info->orig_video_mode = 3; in xen_init_vga()
17 screen_info->orig_video_isVGA = 1; in xen_init_vga()
18 screen_info->orig_video_lines = 25; in xen_init_vga()
19 screen_info->orig_video_cols = 80; in xen_init_vga()
20 screen_info->orig_video_ega_bx = 3; in xen_init_vga()
21 screen_info->orig_video_points = 16; in xen_init_vga()
22 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga()
33 screen_info->orig_video_points = in xen_init_vga()
42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
[all …]
A Dxen-ops.h119 struct screen_info *);
122 size_t size, struct screen_info *si) in xen_init_vga()
A Denlighten.c293 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
296 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
A Denlighten_pvh.c168 &boot_params->screen_info); in xen_pvh_init()
/arch/x86/boot/
A Dvideo-vesa.c177 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits()
178 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits()
179 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits()
180 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits()
182 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits()
183 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits()
184 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits()
185 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits()
200 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info()
201 boot_params.screen_info.vesapm_off = oreg.di; in vesa_store_pm_info()
[all …]
A Dvideo.c30 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position()
31 boot_params.screen_info.orig_y = oreg.dh; in store_cursor_position()
34 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position()
52 boot_params.screen_info.orig_video_page = oreg.bh; in store_video_mode()
94 boot_params.screen_info.orig_video_cols = x; in store_mode_params()
95 boot_params.screen_info.orig_video_lines = y; in store_mode_params()
242 saved.x = boot_params.screen_info.orig_video_cols; in save_screen()
244 saved.curx = boot_params.screen_info.orig_x; in save_screen()
245 saved.cury = boot_params.screen_info.orig_y; in save_screen()
259 int xs = boot_params.screen_info.orig_video_cols; in restore_screen()
[all …]
A Dvideo-bios.c50 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode()
54 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode()
67 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
A Dmemory.c113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
/arch/loongarch/kernel/
A Defi.c78 struct screen_info screen_info __section(".data");
79 EXPORT_SYMBOL_GPL(screen_info);
84 struct screen_info *si; in init_screen_info()
94 screen_info = *si; in init_screen_info()
98 memblock_reserve(__screen_info_lfb_base(&screen_info), screen_info.lfb_size); in init_screen_info()
A Dimage-vars.h15 __efistub_screen_info = screen_info;
/arch/x86/boot/compressed/
A Dmisc.c135 x = boot_params_ptr->screen_info.orig_x; in __putstr()
136 y = boot_params_ptr->screen_info.orig_y; in __putstr()
157 boot_params_ptr->screen_info.orig_x = x; in __putstr()
158 boot_params_ptr->screen_info.orig_y = y; in __putstr()
422 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()
430 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel()
431 cols = boot_params_ptr->screen_info.orig_video_cols; in extract_kernel()
/arch/arm/include/asm/
A Dvga.h8 extern struct screen_info vgacon_screen_info;
A Dsetup.h40 extern struct screen_info vgacon_screen_info;
/arch/x86/kernel/
A Dearly_printk.c425 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
426 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()
427 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()
428 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()
A Dkexec-bzimage64.c282 memcpy(&params->screen_info, &screen_info, sizeof(struct screen_info)); in setup_boot_parameters()
285 params->screen_info.ext_mem_k = 0; in setup_boot_parameters()
322 params->screen_info.ext_mem_k = mem_k; in setup_boot_parameters()
325 params->screen_info.ext_mem_k = 0xfc00; /* 64M*/ in setup_boot_parameters()
A Dsetup.c214 struct screen_info screen_info; variable
215 EXPORT_SYMBOL(screen_info);
529 screen_info = boot_params.screen_info; in parse_boot_params()
1257 vgacon_register_screen(&screen_info); in setup_arch()
/arch/loongarch/include/asm/
A Defi.h13 void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
/arch/riscv/kernel/
A Dimage-vars.h32 __efistub_screen_info = screen_info;
/arch/x86/include/uapi/asm/
A Dbootparam.h117 struct screen_info screen_info; /* 0x000 */ member
/arch/x86/include/asm/
A Dbootparam_utils.h58 BOOT_PARAM_PRESERVE(screen_info), in sanitize_boot_params()
/arch/mips/sibyte/swarm/
A Dsetup.c117 static struct screen_info vgacon_screen_info = {
/arch/arm64/kernel/
A Dimage-vars.h41 PROVIDE(__efistub_screen_info = screen_info);
/arch/mips/mti-malta/
A Dmalta-setup.c164 static struct screen_info si = { in screen_info_setup()
/arch/mips/sni/
A Dsetup.c41 static struct screen_info si; in sni_display_setup()

Completed in 43 milliseconds

12