Searched refs:image_entry_arg_t (Results 1 – 3 of 3) sorted by relevance
19 typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, in jump_to_image_linux() typedef22 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()
32 typedef void (*image_entry_arg_t)(char *, ulong, ulong) in jump_to_image_linux() typedef34 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()
67 typedef void (*image_entry_arg_t)(int, int, void *) in jump_to_image_linux() typedef69 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()