Searched refs:ft_len (Results 1 – 13 of 13) sorted by relevance
170 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()176 ulong of_size = images->ft_len; in boot_cmdline_linux()197 ulong of_size = images->ft_len; in boot_bd_t_linux()315 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
250 &images->ft_len); in boot_reloc_fdt()268 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()276 if (CONFIG_IS_ENABLED(MIPS_BOOT_FDT) && images->ft_len) { in boot_prep_linux()314 if (images->ft_len) in boot_jump_linux()
21 if (images->ft_len) in do_bootm_linux()
42 if (images->ft_len) in do_bootm_linux()
78 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
72 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in do_bootm_linux()117 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in do_bootm_linux()
83 if (images->ft_len) { in boot_prep_linux()
237 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()451 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
263 &images.ft_addr, &images.ft_len); in bootm_find_images()271 lmb_reserve(&images.lmb, (ulong)images.ft_addr, (ulong)images.ft_len); in bootm_find_images()750 &images->ft_len); in do_bootm_states()
268 ulong of_size = images->ft_len; in do_bootvx_fdt()
1509 ulong of_size = images->ft_len; in image_setup_linux()
295 images.ft_len = fdt_totalsize(fdt_addr_r); in boot_rockchip_image()
375 ulong ft_len; /* length of flat device tree */ member