Searched refs:MAX_FDT_SIZE (Results 1 – 4 of 4) sorted by relevance
229 #ifndef MAX_FDT_SIZE230 # define MAX_FDT_SIZE SZ_2M macro287 status = efi_high_alloc(sys_table, MAX_FDT_SIZE, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot()303 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr, in allocate_new_fdt_and_exit_boot()356 efi_free(sys_table, MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
13 #define MAX_FDT_SIZE SZ_2M macro
48 #define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M)
925 if (*size > MAX_FDT_SIZE) in fixmap_remap_fdt()