Searched refs:new_fdt (Results 1 – 1 of 1) sorted by relevance
72 const void *new_fdt; member883 kfree(ovcs->new_fdt); in free_overlay_changeset()988 void *new_fdt; in of_overlay_fdt_apply() local1038 new_fdt = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL); in of_overlay_fdt_apply()1039 if (!new_fdt) { in of_overlay_fdt_apply()1043 ovcs->new_fdt = new_fdt; in of_overlay_fdt_apply()1045 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()