Home
last modified time | relevance | path

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

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