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

/linux-master/arch/loongarch/kernel/
H A Defi.c69 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
80 if (screen_info_table == EFI_INVALID_TABLE_ADDR)
83 si = early_memremap(screen_info_table, sizeof(*si));
/linux-master/drivers/firmware/efi/
H A Defi-init.c25 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; variable
71 if (screen_info_table != EFI_INVALID_TABLE_ADDR) {
72 si = early_memremap(screen_info_table, sizeof(*si));
H A Defi.c65 extern unsigned long screen_info_table;
620 {LINUX_EFI_SCREEN_INFO_TABLE_GUID, &screen_info_table },

Completed in 238 milliseconds