Searched refs:MAX_FDT_SIZE (Results 1 – 1 of 1) sorted by relevance
208 #ifndef MAX_FDT_SIZE209 # define MAX_FDT_SIZE SZ_2M macro276 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