Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Defi.c61 static unsigned long __initdata rt_prop = EFI_INVALID_TABLE_ADDR; variable
587 {EFI_RT_PROPERTIES_TABLE_GUID, &rt_prop, "RTPROP" },
760 if (rt_prop != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
763 tbl = early_memremap(rt_prop, sizeof(*tbl)); in efi_config_parse_tables()