Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c7 struct efi_unaccepted_memory *unaccepted_table; variable
19 if (unaccepted_table) { in allocate_unaccepted_bitmap()
20 if (unaccepted_table->version != 1) { in allocate_unaccepted_bitmap()
67 (void **)&unaccepted_table); in allocate_unaccepted_bitmap()
73 unaccepted_table->version = 1; in allocate_unaccepted_bitmap()
76 unaccepted_table->size = bitmap_size; in allocate_unaccepted_bitmap()
158 end -= unaccepted_table->phys_base; in process_unaccepted_memory()
165 unaccepted_table->phys_base; in process_unaccepted_memory()
176 bitmap_set(unaccepted_table->bitmap, in process_unaccepted_memory()
186 if (!unaccepted_table) in accept_memory()
[all …]
/linux/arch/x86/boot/compressed/
H A Dmem.c83 unaccepted_table = table; in init_unaccepted_memory()
H A Dmisc.h258 extern struct efi_unaccepted_memory *unaccepted_table;