Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Defi.c50 .properties_table = EFI_INVALID_TABLE_ADDR,
471 {EFI_PROPERTIES_TABLE_GUID, "PROP", &efi.properties_table},
571 if (efi.properties_table != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
574 tbl = early_memremap(efi.properties_table, sizeof(*tbl)); in efi_config_parse_tables()
/Linux-v5.4/arch/x86/platform/efi/
Defi.c83 &efi.properties_table,
/Linux-v5.4/include/linux/
Defi.h997 unsigned long properties_table; /* properties table */ member