Searched refs:properties_table (Results 1 – 2 of 2) sorted by relevance
43 .properties_table = EFI_INVALID_TABLE_ADDR,370 {EFI_PROPERTIES_TABLE_GUID, "PROP", &efi.properties_table},432 if (efi.properties_table != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()435 tbl = early_memremap(efi.properties_table, sizeof(*tbl)); in efi_config_parse_tables()
846 unsigned long properties_table; /* properties table */ member