Searched refs:properties_table (Results 1 – 3 of 3) sorted by relevance
50 .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()
83 &efi.properties_table,
997 unsigned long properties_table; /* properties table */ member