Searched refs:new_fdt_addr (Results 1 – 2 of 2) sorted by relevance
203 void *new_fdt_addr; member218 return update_fdt_memmap(p->new_fdt_addr, map); in exit_boot_func()240 unsigned long *new_fdt_addr, in allocate_new_fdt_and_exit_boot() argument278 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, max_addr); in allocate_new_fdt_and_exit_boot()293 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr, in allocate_new_fdt_and_exit_boot()304 priv.new_fdt_addr = (void *)*new_fdt_addr; in allocate_new_fdt_and_exit_boot()346 efi_free(MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
752 unsigned long *new_fdt_addr,