Searched refs:properties_table (Results 1 – 2 of 2) sorted by relevance
52 .properties_table = EFI_INVALID_TABLE_ADDR,74 &efi.properties_table,483 {EFI_PROPERTIES_TABLE_GUID, "PROP", &efi.properties_table},578 if (efi.properties_table != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()581 tbl = early_memremap(efi.properties_table, sizeof(*tbl)); in efi_config_parse_tables()
956 unsigned long properties_table; /* properties table */ member