if (efi_memmap_init_early(&data) < 0) panic("Unable to map EFI memory map.\n");
/* * Reserve the physical memory region occupied by the EFI * memory map table (header + descriptors). This is crucial * for kdump, as the kdump kernel relies on this original * memmap passed by the bootloader. Without reservation, * this region could be overwritten by the primary kernel. * Also, set the EFI_PRESERVE_BS_REGIONS flag to indicate that * critical boot services code/data regions like this are preserved.
*/
memblock_reserve((phys_addr_t)boot_memmap, sizeof(*tbl) + data.size);
set_bit(EFI_PRESERVE_BS_REGIONS, &efi.flags)#nclude<linux/efihjava.lang.StringIndexOutOfBoundsException: Index 22 out of bounds for length 22
early_memunmap(tbl, sizeof(*tbl));
}
;
} __init *()
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.