Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dspl.c35 typedef void (*image_entry_arg_t)(char *, ulong, ulong) in jump_to_image_linux() typedef
37 image_entry_arg_t image_entry = in jump_to_image_linux()
38 (image_entry_arg_t)spl_image->entry_point; in jump_to_image_linux()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dspl.c22 typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, in jump_to_image_linux() typedef
25 image_entry_arg_t image_entry = in jump_to_image_linux()
26 (image_entry_arg_t)spl_image->entry_point; in jump_to_image_linux()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dspl.c58 typedef void (*image_entry_arg_t)(int, int, void *) in jump_to_image_linux() typedef
60 image_entry_arg_t image_entry = in jump_to_image_linux()
61 (image_entry_arg_t)(uintptr_t) spl_image->entry_point; in jump_to_image_linux()