Searched refs:image_entry_arg_t (Results 1 – 3 of 3) sorted by relevance
35 typedef void (*image_entry_arg_t)(char *, ulong, ulong) in jump_to_image_linux() typedef37 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()
22 typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, in jump_to_image_linux() typedef25 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()
58 typedef void (*image_entry_arg_t)(int, int, void *) in jump_to_image_linux() typedef60 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()