Searched refs:loaded_image_info (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootefi.c | 128 struct efi_loaded_image loaded_image_info = {}; in do_bootefi_exec() local 142 efi_setup_loaded_image(&loaded_image_info, &loaded_image_info_obj, in do_bootefi_exec() 178 entry = efi_load_pe(efi, &loaded_image_info); in do_bootefi_exec() 187 if (setjmp(&loaded_image_info.exit_jmp)) { in do_bootefi_exec() 188 ret = loaded_image_info.exit_status; in do_bootefi_exec() 200 armv8_switch_to_el2((ulong)entry, (ulong)&loaded_image_info, in do_bootefi_exec() 209 ret = efi_do_enter(&loaded_image_info, &systab, entry); in do_bootefi_exec()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_image_loader.c | 77 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info) in efi_load_pe() argument 180 loaded_image_info->image_base = efi; in efi_load_pe() 181 loaded_image_info->image_size = image_size; in efi_load_pe()
|
| H A D | efi_boottime.c | 836 struct efi_loaded_image *loaded_image_info = (void*)image_handle; in efi_exit() local 841 loaded_image_info->exit_status = exit_status; in efi_exit() 842 longjmp(&loaded_image_info->exit_jmp, 1); in efi_exit()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 147 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info);
|