Searched refs:image_handle (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 95 static ulong efi_do_enter(void *image_handle, in efi_do_enter() argument 97 asmlinkage ulong (*entry)(void *image_handle, in efi_do_enter() argument 103 ret = entry(image_handle, st); in efi_do_enter() 104 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter() 110 void *image_handle, struct efi_system_table *st), in efi_run_in_el2() argument 111 void *image_handle, struct efi_system_table *st) in efi_run_in_el2() 116 return efi_do_enter(image_handle, st, entry); in efi_run_in_el2() 132 ulong (*entry)(void *image_handle, struct efi_system_table *st) in do_bootefi_exec()
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 770 efi_handle_t *image_handle) in efi_load_image() argument 783 file_path, source_buffer, source_size, image_handle); in efi_load_image() 798 *image_handle = info; in efi_load_image() 804 static efi_status_t EFIAPI efi_start_image(efi_handle_t image_handle, in efi_start_image() argument 808 ulong (*entry)(void *image_handle, struct efi_system_table *st); in efi_start_image() 809 struct efi_loaded_image *info = image_handle; in efi_start_image() 811 EFI_ENTRY("%p, %p, %p", image_handle, exit_data_size, exit_data); in efi_start_image() 824 entry(image_handle, &systab); in efi_start_image() 832 static efi_status_t EFIAPI efi_exit(efi_handle_t image_handle, in efi_exit() argument 836 struct efi_loaded_image *loaded_image_info = (void*)image_handle; in efi_exit() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | efi_api.h | 111 efi_status_t (EFIAPI *unload_image)(void *image_handle);
|