Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/efi/
H A Defi.c57 static unsigned long prop_phys = EFI_INVALID_TABLE_ADDR; variable
64 {EFI_PROPERTIES_TABLE_GUID, &prop_phys, "PROP" },
85 &prop_phys,
508 if (prop_phys != EFI_INVALID_TABLE_ADDR) { in efi_init()
511 tbl = early_memremap_ro(prop_phys, sizeof(*tbl)); in efi_init()