Home
last modified time | relevance | path

Searched refs:image_entry_arg_t (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/lib/
H A Dspl.c19 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()
/openbmc/u-boot/arch/microblaze/cpu/
H A Dspl.c32 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()
/openbmc/u-boot/arch/arm/lib/
H A Dspl.c67 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()