Searched refs:new_fdt_size (Results 1 – 2 of 2) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | fdt.c | 21 void *fdt, int new_fdt_size, char *cmdline_ptr, in update_fdt() argument 49 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt() 51 status = fdt_create_empty_tree(fdt, new_fdt_size); in update_fdt() 199 unsigned long new_fdt_size; in allocate_new_fdt_and_exit_boot() local 224 new_fdt_size = fdt_size + EFI_PAGE_SIZE; in allocate_new_fdt_and_exit_boot() 226 status = efi_high_alloc(sys_table, new_fdt_size, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot() 245 (void *)*new_fdt_addr, new_fdt_size, in allocate_new_fdt_and_exit_boot() 261 efi_free(sys_table, new_fdt_size, *new_fdt_addr); in allocate_new_fdt_and_exit_boot() 263 new_fdt_size += EFI_PAGE_SIZE; in allocate_new_fdt_and_exit_boot() 319 efi_free(sys_table, new_fdt_size, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
|
D | efistub.h | 25 void *fdt, int new_fdt_size, char *cmdline_ptr,
|