Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Defi.c75 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
86 if (screen_info_table == EFI_INVALID_TABLE_ADDR) in init_screen_info()
89 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info()
/linux/drivers/firmware/efi/
H A Defi-init.c26 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
72 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in init_screen_info()
73 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info()
H A Defi.c66 extern unsigned long screen_info_table;
645 {LINUX_EFI_SCREEN_INFO_TABLE_GUID, &screen_info_table },