Searched refs:legacy_hdr_os (Results 1 – 7 of 7) sorted by relevance
58 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
442 (ulong)images->legacy_hdr_os); in boot_get_fdt()444 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data, in boot_get_fdt()
70 hdr = images->legacy_hdr_os; in do_bootm_netbsd()
1095 (ulong)images->legacy_hdr_os); in boot_get_ramdisk()1097 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk()
942 images->legacy_hdr_os = hdr; in boot_get_kernel()
87 hdr = images->legacy_hdr_os; in boot_prep_linux()
370 image_header_t *legacy_hdr_os; /* image header pointer */ member