Home
last modified time | relevance | path

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

/drivers/firmware/efi/
Darm-init.c54 static __initdata unsigned long screen_info_table = EFI_INVALID_TABLE_ADDR; variable
57 {LINUX_EFI_ARM_SCREEN_INFO_TABLE_GUID, NULL, &screen_info_table},
65 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in init_screen_info()
66 si = early_memremap_ro(screen_info_table, sizeof(*si)); in init_screen_info()