Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/efi/
H A Defi.c72 static const unsigned long * const efi_tables[] = { variable
907 for (i = 0; i < ARRAY_SIZE(efi_tables); i++) in efi_is_table_address()
908 if (*(efi_tables[i]) == phys_addr) in efi_is_table_address()