Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c72 static const unsigned long * const efi_tables[] = { variable
876 for (i = 0; i < ARRAY_SIZE(efi_tables); i++) in efi_is_table_address()
877 if (*(efi_tables[i]) == phys_addr) in efi_is_table_address()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds