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
18 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 …]
/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;