Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
A Dfdt.c208 #ifndef MAX_FDT_SIZE
209 # define MAX_FDT_SIZE SZ_2M macro
276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
283 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr); in allocate_new_fdt_and_exit_boot()
334 efi_free(MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()

Completed in 3 milliseconds