Home
last modified time | relevance | path

Searched refs:screen_info_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Defi.c75 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
81 if (screen_info_table == EFI_INVALID_TABLE_ADDR) in init_screen_info()
84 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info()
/openbmc/linux/drivers/firmware/efi/
H A Defi-init.c25 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
62 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in init_screen_info()
63 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info()
H A Defi.c64 extern unsigned long screen_info_table;
601 {LINUX_EFI_SCREEN_INFO_TABLE_GUID, &screen_info_table },