Searched refs:unaccepted_table (Results 1 – 3 of 3) sorted by relevance
7 struct efi_unaccepted_memory *unaccepted_table; variable18 unaccepted_table = get_efi_config_table(unaccepted_table_guid); in allocate_unaccepted_bitmap()19 if (unaccepted_table) { in allocate_unaccepted_bitmap()20 if (unaccepted_table->version != 1) { in allocate_unaccepted_bitmap()66 sizeof(*unaccepted_table) + bitmap_size, in allocate_unaccepted_bitmap()67 (void **)&unaccepted_table); in allocate_unaccepted_bitmap()73 unaccepted_table->version = 1; in allocate_unaccepted_bitmap()74 unaccepted_table->unit_size = EFI_UNACCEPTED_UNIT_SIZE; in allocate_unaccepted_bitmap()75 unaccepted_table->phys_base = unaccepted_start; in allocate_unaccepted_bitmap()76 unaccepted_table->size = bitmap_size; in allocate_unaccepted_bitmap()[all …]
83 unaccepted_table = table; in init_unaccepted_memory()
258 extern struct efi_unaccepted_memory *unaccepted_table;