Home
last modified time | relevance | path

Searched refs:screen_info (Results 51 – 75 of 81) sorted by relevance

1234

/openbmc/linux/arch/sh/kernel/
H A Dsetup.c73 struct screen_info screen_info; variable
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c151 struct screen_info screen_info; variable
152 EXPORT_SYMBOL(screen_info);
898 screen_info = boot_params.screen_info; in setup_arch()
H A De820.c1276 if (boot_params.alt_mem_k < boot_params.screen_info.ext_mem_k) { in e820__memory_setup_default()
1277 mem_size = boot_params.screen_info.ext_mem_k; in e820__memory_setup_default()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h11 struct screen_info { struct
/openbmc/linux/arch/x86/xen/
H A Denlighten.c237 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
240 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
H A Denlighten_pvh.c58 &boot_params->screen_info); in xen_pvh_init()
/openbmc/linux/arch/x86/include/asm/
H A Dbootparam_utils.h58 BOOT_PARAM_PRESERVE(screen_info), in sanitize_boot_params()
/openbmc/linux/arch/riscv/kernel/
H A Dsetup.c44 struct screen_info screen_info __section(".data");
/openbmc/linux/arch/x86/boot/
H A Dmemory.c113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
/openbmc/linux/arch/arm64/kernel/
H A Dimage-vars.h30 PROVIDE(__efistub_screen_info = screen_info);
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dzboot.c59 struct screen_info *alloc_screen_info(void) in alloc_screen_info()
H A Dgop.c430 setup_pixel_info(struct screen_info *si, u32 pixels_per_scan_line, in setup_pixel_info()
514 static efi_status_t setup_gop(struct screen_info *si, efi_guid_t *proto, in setup_gop()
559 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto, in efi_setup_gop()
H A Defistub.h1004 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto,
1066 struct screen_info *alloc_screen_info(void);
1067 struct screen_info *__alloc_screen_info(void);
1068 void free_screen_info(struct screen_info *si);
H A Dx86-stub.c347 setup_uga(struct screen_info *si, efi_guid_t *uga_proto, unsigned long size) in setup_uga()
427 struct screen_info *si; in setup_graphics()
434 si = &boot_params->screen_info; in setup_graphics()
H A DMakefile86 screen_info.o efi-stub-entry.o
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c104 struct screen_info screen_info = { variable
113 EXPORT_SYMBOL(screen_info);
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c53 struct screen_info screen_info = { variable
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c1034 base = screen_info.lfb_base; in hvfb_getmem()
1035 size = screen_info.lfb_size; in hvfb_getmem()
1081 screen_info.lfb_size = 0; in hvfb_getmem()
1082 screen_info.lfb_base = 0; in hvfb_getmem()
1083 screen_info.orig_video_isVGA = 0; in hvfb_getmem()
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_64.c71 struct screen_info screen_info = { variable
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c61 struct screen_info screen_info __section(".data");
/openbmc/linux/drivers/pci/
H A Dvgaarb.c560 u64 base = screen_info.lfb_base; in vga_is_firmware_default()
561 u64 size = screen_info.lfb_size; in vga_is_firmware_default()
567 if (screen_info.capabilities & VIDEO_CAPABILITY_64BIT_BASE) in vga_is_firmware_default()
568 base |= (u64)screen_info.ext_lfb_base << 32; in vga_is_firmware_default()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c58 struct screen_info screen_info; variable
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c141 struct screen_info screen_info = { variable
150 EXPORT_SYMBOL(screen_info);
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c933 struct screen_info screen_info = { variable
/openbmc/linux/include/linux/
H A Defi.h30 struct screen_info;
1331 extern void efifb_setup_from_dmi(struct screen_info *si, const char *opt);

1234