Searched refs:image_entry (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | spl.c | 22 image_entry_arg_t image_entry = in jump_to_image_linux() local 25 image_entry(spl_image->arg, 0, 0, EPAPR_MAGIC, CONFIG_SYS_BOOTMAPSZ, in jump_to_image_linux()
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | spl.c | 34 image_entry_arg_t image_entry = in jump_to_image_linux() local 37 image_entry(NULL, 0, (ulong)spl_image->arg); in jump_to_image_linux()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | spl.c | 69 image_entry_arg_t image_entry = in jump_to_image_linux() local 72 image_entry(0, machid, spl_image->arg); in jump_to_image_linux()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | spl.c | 237 image_entry_noargs_t image_entry = in jump_to_image_no_args() local 243 image_entry(); in jump_to_image_no_args() 254 image_entry(); in jump_to_image_no_args()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 879 ImageEntry *image_entry, *next_ie; in hmp_info_snapshots() local 934 QTAILQ_FOREACH(image_entry, &image_list, next) { in hmp_info_snapshots() 935 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, in hmp_info_snapshots() 938 QTAILQ_REMOVE(&image_entry->snapshots, snapshot_entry, in hmp_info_snapshots() 965 QTAILQ_FOREACH(image_entry, &image_list, next) { in hmp_info_snapshots() 966 if (QTAILQ_EMPTY(&image_entry->snapshots)) { in hmp_info_snapshots() 971 image_entry->imagename); in hmp_info_snapshots() 974 QTAILQ_FOREACH(snapshot_entry, &image_entry->snapshots, next) { in hmp_info_snapshots() 980 QTAILQ_FOREACH_SAFE(image_entry, &image_list, next, next_ie) { in hmp_info_snapshots() 982 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, next, in hmp_info_snapshots() [all …]
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | jz4780.c | 65 image_entry_noargs_t image_entry = in board_init_f() local 68 image_entry(); in board_init_f()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fsl_chain_of_trust.c | 146 image_entry_noargs_t image_entry = in jump_to_image_no_args() local 161 image_entry(); in jump_to_image_no_args()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | boot-common.c | 222 image_entry_noargs_t image_entry = in jump_to_image_no_args() local 229 image_entry((u32 *)boot_params); in jump_to_image_no_args()
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 337 image_entry_noargs_t image_entry = in jump_to_image_no_args() local 341 image_entry(); in jump_to_image_no_args()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 55 + /* Size of image_entry(all banks) in bytes */
|