Home
last modified time | relevance | path

Searched refs:boot_memmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/loongarch/kernel/
A Defi.c30 static unsigned long __initdata boot_memmap = EFI_INVALID_TABLE_ADDR; variable
35 {LINUX_EFI_BOOT_MEMMAP_GUID, &boot_memmap, "MEMMAP" },
119 if (boot_memmap == EFI_INVALID_TABLE_ADDR) in efi_init()
122 tbl = early_memremap_ro(boot_memmap, sizeof(*tbl)); in efi_init()
126 data.phys_map = boot_memmap + sizeof(*tbl); in efi_init()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dfdt.c185 struct efi_boot_memmap *boot_memmap; member
195 p->boot_memmap = map; in exit_boot_func()
320 for (l = 0; l < priv.boot_memmap->map_size; in allocate_new_fdt_and_exit_boot()
321 l += priv.boot_memmap->desc_size) { in allocate_new_fdt_and_exit_boot()
322 p = (void *)priv.boot_memmap->map + l; in allocate_new_fdt_and_exit_boot()

Completed in 4 milliseconds