Searched refs:image_entry_arg_t (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/arch/powerpc/lib/ |
D | spl.c | 19 typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, in jump_to_image_linux() typedef 22 image_entry_arg_t image_entry = in jump_to_image_linux() 23 (image_entry_arg_t)spl_image->entry_point; in jump_to_image_linux()
|
/external/u-boot/arch/microblaze/cpu/ |
D | spl.c | 32 typedef void (*image_entry_arg_t)(char *, ulong, ulong) in jump_to_image_linux() typedef 34 image_entry_arg_t image_entry = in jump_to_image_linux() 35 (image_entry_arg_t)spl_image->entry_point; in jump_to_image_linux()
|
/external/u-boot/board/renesas/rcar-common/ |
D | gen3-spl.c | 36 typedef void (*image_entry_arg_t)(int, int, int, int) in jump_to_image_no_args() typedef 38 image_entry_arg_t image_entry = in jump_to_image_no_args() 39 (image_entry_arg_t)(uintptr_t) spl_image->entry_point; in jump_to_image_no_args()
|
/external/u-boot/arch/arm/lib/ |
D | spl.c | 67 typedef void (*image_entry_arg_t)(int, int, void *) in jump_to_image_linux() typedef 69 image_entry_arg_t image_entry = in jump_to_image_linux() 70 (image_entry_arg_t)(uintptr_t) spl_image->entry_point; in jump_to_image_linux()
|